This topic has not yet been rated - Rate this topic

Socket.SendTo Method

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.

  NameDescription
Public method Supported by the .NET Compact Framework SendTo(Byte[], EndPoint) Sends data to the specified endpoint.
Public method Supported by the .NET Compact Framework SendTo(Byte[], SocketFlags, EndPoint) Sends data to a specific endpoint using the specified SocketFlags.
Public method Supported by the .NET Compact Framework SendTo(Byte[], Int32, SocketFlags, EndPoint) Sends the specified number of bytes of data to the specified endpoint using the specified SocketFlags.
Public method Supported by the .NET Compact Framework 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.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.