UdpClient.BeginSend Method
.NET Framework 4
Sends a datagram to a remote host asynchronously.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BeginSend(Byte[], Int32, AsyncCallback, Object) | Sends a datagram to a remote host asynchronously. The destination was specified previously by a call to Connect. |
|
BeginSend(Byte[], Int32, IPEndPoint, AsyncCallback, Object) | Sends a datagram to a destination asynchronously. The destination is specified by a EndPoint. |
|
BeginSend(Byte[], Int32, String, Int32, AsyncCallback, Object) | Sends a datagram to a destination asynchronously. The destination is specified by the host name and port number. |