1 write to _bExclusiveAddressUse
System.Runtime.Remoting (1)
channels\tcp\tcpserverchannel.cs (1)
136case "exclusiveAddressUse": _bExclusiveAddressUse = Convert.ToBoolean(entry.Value, CultureInfo.InvariantCulture); break;
1 reference to _bExclusiveAddressUse
System.Runtime.Remoting (1)
channels\tcp\tcpserverchannel.cs (1)
321_tcpListener.Start(_bExclusiveAddressUse);