1 write to _bindToAddr
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
112
case "bindTo":
_bindToAddr
= IPAddress.Parse((String)entry.Value); break;
5 references to _bindToAddr
System.Runtime.Remoting (5)
channels\http\httpserverchannel.cs (5)
155
if (
_bindToAddr
== IPAddress.Any ||
_bindToAddr
== IPAddress.IPv6Any)
161
_machineName =
_bindToAddr
.ToString();
165
if (
_bindToAddr
.AddressFamily == AddressFamily.InterNetworkV6)
206
_tcpListener = new ExclusiveTcpListener(
_bindToAddr
, _port);