Share via


SendTo Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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.

Overload List

  Name Description
Public method SendTo(array<Byte> [] () [] [], EndPoint) Sends data to the specified endpoint.
Public method SendTo(array<Byte> [] () [] [], SocketFlags, EndPoint) Sends data to a specific endpoint using the specified SocketFlags.
Public method SendTo(array<Byte> [] () [] [], Int32, SocketFlags, EndPoint) Sends the specified number of bytes of data to the specified endpoint using the specified SocketFlags.
Public method 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.

Top

See Also

Reference

Socket Class

System.Net.Sockets Namespace