3 references to Blocking
System (3)
net\System\Net\Sockets\NetworkStream.cs (1)
405
if (!socket.
Blocking
) {
net\System\Net\Sockets\Socket.cs (2)
1029
if (!
Blocking
)
2825
info.IsNonBlocking = !
Blocking
;