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)
13internal static partial TcpState MapTcpState(int nativeState);
System\Net\NetworkInformation\SimpleTcpConnectionInformation.Unix.cs (2)
8public SimpleTcpConnectionInformation(IPEndPoint localEndPoint, IPEndPoint remoteEndPoint, TcpState state) 19public override TcpState State { get; }
System\Net\NetworkInformation\StringParsingHelpers.Connections.cs (6)
72if (connections[index].State == TcpState.Listen) 87if (connections[index].State == TcpState.Listen) 151if (ti.State == TcpState.Listen) 166if (ti.State == TcpState.Listen) 263TcpState tcpState = MapTcpState(nativeTcpState); 314private static TcpState MapTcpState(int state)
System\Net\NetworkInformation\TcpConnection.cs (1)
24public abstract TcpState State { get; }