5 writes to _port
System.Runtime.Remoting (5)
channels\http\httpserverchannel.cs (5)
80_port = port; 88_port = port; 96_port = port; 115case "port": _port = Convert.ToInt32(entry.Value, CultureInfo.InvariantCulture); break; 331_port = ((IPEndPoint)_tcpListener.LocalEndpoint).Port;
9 references to _port
System.Runtime.Remoting (9)
channels\http\httpserverchannel.cs (9)
137if (_port >= 0 && value == true) 181if (_port > 0) 203if (_port >= 0) 206_tcpListener = new ExclusiveTcpListener(_bindToAddr, _port); 288return "http://" + _machineName + ":" + _port; 311if (_port >= 0) 329if (_port == 0) 350if (_port > 0) 439InternalRemotingServices.RemotingTrace( "Waiting to Accept the Socket on Port: " + _port);