5 writes to Blocking
Microsoft.Diagnostics.NETCore.Client (4)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
91
networkStream.Socket.
Blocking
= false;
111
networkStream.Socket.
Blocking
= blockingState;
ReversedServer\ReversedDiagnosticsServer.cs (2)
388
socket.
Blocking
= false;
396
socket.
Blocking
= blocking;
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
270
_tcpClient.Client.
Blocking
= false;
8 references to Blocking
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
85
bool blockingState = networkStream.Socket.
Blocking
;
ReversedServer\ReversedDiagnosticsServer.cs (1)
385
bool blocking = socket.
Blocking
;
System.Net.Sockets (6)
System\Net\Sockets\NetworkStream.cs (1)
49
if (!OperatingSystem.IsWasi() && !socket.
Blocking
)
System\Net\Sockets\Socket.cs (3)
112
/// differ based on operating system, such as <see cref="Socket.ProtocolType"/> and <see cref="Socket.
Blocking
"/>.
870
_nonBlockingConnectInProgress = !
Blocking
;
1331
if (!
Blocking
)
System\Net\Sockets\TCPListener.cs (2)
191
if (OperatingSystem.IsWasi() && _serverSocket!.
Blocking
) throw new PlatformNotSupportedException("Only use with Socket.Blocking=false on WASI");
203
if (OperatingSystem.IsWasi() && _serverSocket!.
Blocking
) throw new PlatformNotSupportedException("Only use with Socket.Blocking=false on WASI");