5 writes to _port
System.Runtime.Remoting (5)
channels\http\httpserverchannel.cs (5)
80
_port
= port;
88
_port
= port;
96
_port
= port;
115
case "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)
137
if (
_port
>= 0 && value == true)
181
if (
_port
> 0)
203
if (
_port
>= 0)
206
_tcpListener = new ExclusiveTcpListener(_bindToAddr,
_port
);
288
return "http://" + _machineName + ":" +
_port
;
311
if (
_port
>= 0)
329
if (
_port
== 0)
350
if (
_port
> 0)
439
InternalRemotingServices.RemotingTrace( "Waiting to Accept the Socket on Port: " +
_port
);