5 writes to _port
System.Runtime.Remoting (5)
channels\tcp\tcpserverchannel.cs (5)
67
_port
= port;
75
_port
= port;
83
_port
= port;
105
case "port":
_port
= Convert.ToInt32(entry.Value, CultureInfo.InvariantCulture); break;
326
_port
= ((IPEndPoint)_tcpListener.LocalEndpoint).Port;
7 references to _port
System.Runtime.Remoting (7)
channels\tcp\tcpserverchannel.cs (7)
208
if (
_port
> 0)
225
if (
_port
>= 0)
228
_tcpListener = new ExclusiveTcpListener(_bindToAddr,
_port
);
297
return "tcp://" + _machineName + ":" +
_port
;
319
if (
_port
>= 0)
324
if (
_port
== 0)
343
if (
_port
> 0)