6 references to EINPROGRESS
System.Net.Sockets (6)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (3)
52
{ Interop.Error.
EINPROGRESS
, SocketError.InProgress },
102
{ SocketError.InProgress, Interop.Error.
EINPROGRESS
},
105
{ SocketError.IOPending, Interop.Error.
EINPROGRESS
},
System\Net\Sockets\SocketPal.Unix.cs (3)
703
if (err != Interop.Error.
EINPROGRESS
)
730
socketError = Interop.Error.
EINPROGRESS
;
757
else if (socketError == Interop.Error.
EINPROGRESS
)