'Declaration Public Overloads Function Send( _ ByVal buffer As String, _ ByVal hostNameOrAddress As String, _ ByVal port As Integer _ ) As Datagram
'Usage Dim instance As UdpBase Dim buffer As String Dim hostNameOrAddress As String Dim port As Integer Dim value As Datagram value = instance.Send(buffer, hostNameOrAddress, port)
public Datagram Send( string buffer, string hostNameOrAddress, int port )
public: Datagram* Send( string* buffer, string* hostNameOrAddress, int port )
public: Datagram^ Send( String^ buffer, String^ hostNameOrAddress, int port )
UdpBase Class UdpBase Members Overload List