12 references to TcpState
netstandard (1)
netstandard.cs (1)
1229
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
TcpState
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
721
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
TcpState
))]
System.Net.NetworkInformation (10)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MapTcpState.cs (1)
13
internal static partial
TcpState
MapTcpState(int nativeState);
System\Net\NetworkInformation\SimpleTcpConnectionInformation.Unix.cs (2)
8
public SimpleTcpConnectionInformation(IPEndPoint localEndPoint, IPEndPoint remoteEndPoint,
TcpState
state)
19
public override
TcpState
State { get; }
System\Net\NetworkInformation\StringParsingHelpers.Connections.cs (6)
72
if (connections[index].State ==
TcpState
.Listen)
87
if (connections[index].State ==
TcpState
.Listen)
151
if (ti.State ==
TcpState
.Listen)
166
if (ti.State ==
TcpState
.Listen)
263
TcpState
tcpState = MapTcpState(nativeTcpState);
314
private static
TcpState
MapTcpState(int state)
System\Net\NetworkInformation\TcpConnection.cs (1)
24
public abstract
TcpState
State { get; }