1 write to _bExclusiveAddressUse
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
119
case "exclusiveAddressUse":
_bExclusiveAddressUse
= Convert.ToBoolean(entry.Value, CultureInfo.InvariantCulture); break;
1 reference to _bExclusiveAddressUse
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
429
_tcpListener.Start(
_bExclusiveAddressUse
);