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!

SocketErrors.WSAENOTCONN

Socket is not connected.

[Visual Basic]
Public Const WSAENOTCONN As Integer
[C#]
public const int WSAENOTCONN;
[C++]
public: const int WSAENOTCONN;
[JScript]
public var WSAENOTCONN : int;

Remarks

A request to send or receive data was disallowed because the socket is not connected and (when using SendTo) no address was supplied.

See Also

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