Send a datagram to the specified remote address and port.
Overload List
| Overload | Description |
| Send(String,String,Int32) |
Send a datagram to the specified remote address and port.
|
| Send(Byte[],String,Int32) |
Send a datagram to the specified remote address and port.
|
| Send(String,IPEndPoint) |
Send a datagram to the specified IPEndPoint.
|
| Send(Byte[],IPEndPoint) |
Send a datagram to the specified IPEndPoint.
|
| Send(Byte[],Int32,Int32,SocketFlags,IPEndPoint) |
Send a datagram to the specified IPEndPoint, specifying a buffer, offset, length and SocketFlags value.
|
See Also