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)
49
if (!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)
194
if (OperatingSystem.IsWasi() && _serverSocket!.
Blocking
) throw new PlatformNotSupportedException("Only use with Socket.Blocking=false on WASI");
206
if (OperatingSystem.IsWasi() && _serverSocket!.
Blocking
) throw new PlatformNotSupportedException("Only use with Socket.Blocking=false on WASI");