1 write to Blocking
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
146_tcpClient.Client.Blocking = false;
3 references to Blocking
System.Net.Sockets (3)
System\Net\Sockets\NetworkStream.cs (1)
49if (!socket.Blocking)
System\Net\Sockets\Socket.cs (2)
112/// differ based on operating system, such as <see cref="Socket.ProtocolType"/> and <see cref="Socket.Blocking"/>. 836_nonBlockingConnectInProgress = !Blocking;