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

Connection timed out.

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

Remarks

A connection attempt failed because the remote host did not properly respond after a period of time, or the establish connection failed because the connected host failed to respond.

See Also

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