NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Socket.Send

Sends data to a connected socket.

Overload List

Sends data to a connected socket, starting at the indicated location in the data.

[Visual Basic] Overloads Public Function Send(Array, Integer, Integer, Integer) As Integer
[C#] public int Send(Array, int, int, int);
[C++] public: int Send(Array*, int, int, int);
[JScript] public function Send(Array, int, int, int) : int;

Sends a data buffer to a connected socket.

[Visual Basic] Overloads Public Function Send(Array, Integer, Integer) As Integer
[C#] public int Send(Array, int, int);
[C++] public: int Send(Array*, int, int);
[JScript] public function Send(Array, int, int) : int;

See Also

Socket Class | Socket Members | System.Net.Sockets Namespace