Send 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 connected Socket.

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 Send(array<Byte> [] () [] []) Sends data to a connected Socket.
Public method Send(array<Byte> [] () [] [], SocketFlags) Sends data to a connected Socket using the specified SocketFlags.
Public method Send(array<Byte> [] () [] [], Int32, SocketFlags) Sends the specified number of bytes of data to a connected Socket, using the specified SocketFlags.
Public method Send(array<Byte> [] () [] [], Int32, Int32, SocketFlags) Sends the specified number of bytes of data to a connected Socket, starting at the specified offset, and using the specified SocketFlags.

Top

See Also

Reference

Socket Class

System.Net.Sockets Namespace