Overload List

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

See Also