Socket::SendTo Method
.NET Framework (current version)
Sends data to a specific endpoint.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | SendTo(array<Byte>^, EndPoint^) | Sends data to the specified endpoint. |
![]() | SendTo(array<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. |
![]() | SendTo(array<Byte>^, Int32, SocketFlags, EndPoint^) | Sends the specified number of bytes of data to the specified endpoint using the specified SocketFlags. |
![]() | SendTo(array<Byte>^, SocketFlags, EndPoint^) | Sends data to a specific endpoint using the specified SocketFlags. |
Show:
