Socket.SendTo Method
.NET Framework 3.5
Sends data to a specific endpoint.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SendTo(Byte[], EndPoint) | Sends data to the specified endpoint. |
|
SendTo(Byte[], SocketFlags, EndPoint) | Sends data to a specific endpoint using the specified SocketFlags. |
|
SendTo(Byte[], Int32, SocketFlags, EndPoint) | Sends the specified number of bytes of data to the specified endpoint using the specified SocketFlags. |
|
SendTo(Byte[], Int32, Int32, SocketFlags, EndPoint) | Sends the specified number of bytes of data to the specified endpoint, starting at the specified location in the buffer, and using the specified SocketFlags. |