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

Software caused connection to abort.

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

Remarks

An established connection was aborted by the software in your host machine, possibly due to a data transmission timeout or protocol error.

See Also

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