10 references to WouldBlock
System (10)
net\System\Net\_SafeNetHandles.cs (2)
2595
if (errorCode != SocketError.
WouldBlock
)
2639
if (errorCode != SocketError.
WouldBlock
)
net\System\Net\Internal.cs (2)
587
if (exception.ErrorCode != (uint)SocketError.
WouldBlock
) {
610
if (exception.ErrorCode != (uint)SocketError.
WouldBlock
) {
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
303
if (exception.ErrorCode != (uint)SocketError.
WouldBlock
) {
331
if (exception.ErrorCode != (uint)SocketError.
WouldBlock
) {
net\System\Net\Sockets\Socket.cs (4)
2898
if (errorCode != SocketError.
WouldBlock
)
5104
if (errorCode != SocketError.
WouldBlock
)
5268
if (errorCode == SocketError.
WouldBlock
&& otherException == null)
7438
if (m_IsConnected && (m_Handle.IsInvalid || (errorCode != SocketError.
WouldBlock
&&