1 override of State
System (1)
net\System\Net\NetworkInformation\SystemTcpConnection.cs (1)
52public override TcpState State{get {return state;}}
2 references to State
System (2)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (2)
128if(connection.State != TcpState.Listen){ 140if(connection.State == TcpState.Listen){