Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Socket::SendTo Method

 

Sends data to a specific endpoint.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSendTo(array<Byte>^, EndPoint^)

Sends data to the specified endpoint.

System_CAPS_pubmethodSendTo(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.

System_CAPS_pubmethodSendTo(array<Byte>^, Int32, SocketFlags, EndPoint^)

Sends the specified number of bytes of data to the specified endpoint using the specified SocketFlags.

System_CAPS_pubmethodSendTo(array<Byte>^, SocketFlags, EndPoint^)

Sends data to a specific endpoint using the specified SocketFlags.

Return to top
Show:
© 2017 Microsoft