4 references to Listen
System (4)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (2)
128if(connection.State != TcpState.Listen){ 140if(connection.State == TcpState.Listen){
net\System\Net\NetworkInformation\SystemTcpConnection.cs (2)
31int remotePort = ((state == TcpState.Listen)?0:row.remotePort1<<8|row.remotePort2); 45int remotePort = ((state == TcpState.Listen) ? 0 : row.remotePort1 << 8 | row.remotePort2);