10 references to IsConnected
System.Net.Ping (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
41
Interop.Error.EISCONN => SocketError.
IsConnected
,
93
SocketError.
IsConnected
=> Interop.Error.EISCONN,
System.Net.Primitives (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
41
Interop.Error.EISCONN => SocketError.
IsConnected
,
93
SocketError.
IsConnected
=> Interop.Error.EISCONN,
System.Net.Sockets (6)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
41
Interop.Error.EISCONN => SocketError.
IsConnected
,
93
SocketError.
IsConnected
=> Interop.Error.EISCONN,
System\Net\Sockets\Socket.cs (1)
4036
throw new SocketException((int)SocketError.
IsConnected
);
System\Net\Sockets\Socket.Tasks.cs (1)
158
throw new SocketException((int)SocketError.
IsConnected
);
System\Net\Sockets\SocketPal.Unix.cs (1)
678
errorCode = SocketError.
IsConnected
;
System\Net\Sockets\SocketsTelemetry.cs (1)
256
SocketError.
IsConnected
=> "is_connected",