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::Send Method

 

Sends data to a connected Socket.

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

NameDescription
System_CAPS_pubmethodSend(array<Byte>^)

Sends data to a connected Socket.

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

System_CAPS_pubmethodSend(array<Byte>^, Int32, Int32, SocketFlags, SocketError%)

Sends the specified number of bytes of data to a connected Socket, starting at the specified offset, and using the specified SocketFlags

System_CAPS_pubmethodSend(array<Byte>^, Int32, SocketFlags)

Sends the specified number of bytes of data to a connected Socket, using the specified SocketFlags.

System_CAPS_pubmethodSend(array<Byte>^, SocketFlags)

Sends data to a connected Socket using the specified SocketFlags.

System_CAPS_pubmethodSend(IList<ArraySegment<Byte>>^)

Sends the set of buffers in the list to a connected Socket.

System_CAPS_pubmethodSend(IList<ArraySegment<Byte>>^, SocketFlags)

Sends the set of buffers in the list to a connected Socket, using the specified SocketFlags.

System_CAPS_pubmethodSend(IList<ArraySegment<Byte>>^, SocketFlags, SocketError%)

Sends the set of buffers in the list to a connected Socket, using the specified SocketFlags.

Return to top
Show:
© 2017 Microsoft