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