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.WSAEISCONN

Socket is already connected.

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

Remarks

A Connect request was made to an already connected socket.

See Also

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