1 write to Blocking
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
146_tcpClient.Client.Blocking = false;
5 references to Blocking
System.Net.Sockets (5)
System\Net\Sockets\NetworkStream.cs (1)
49if (!OperatingSystem.IsWasi() && !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"/>. 871_nonBlockingConnectInProgress = !Blocking;
System\Net\Sockets\TCPListener.cs (2)
194if (OperatingSystem.IsWasi() && _serverSocket!.Blocking) throw new PlatformNotSupportedException("Only use with Socket.Blocking=false on WASI"); 206if (OperatingSystem.IsWasi() && _serverSocket!.Blocking) throw new PlatformNotSupportedException("Only use with Socket.Blocking=false on WASI");