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