locking operation was interrupted by a call to WSACancelBlockingCall.
/// </summary>
public const ... RE = ( WSABASEERR + 102 );
public const int WSAECANCELLED = ( WSABASEERR + 103 );
public const int ... = ( WSABASEERR + 110 );
public const int WSA_E_CANCELLED = ( WSABASEERR + 111 );
public const int