1 write to _bUseIpAddress
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
118
case "useIpAddress":
_bUseIpAddress
= Convert.ToBoolean(entry.Value, CultureInfo.InvariantCulture); break;
2 references to _bUseIpAddress
System.Runtime.Remoting (2)
channels\http\httpserverchannel.cs (2)
151
if (!
_bUseIpAddress
)
405
if (
_bUseIpAddress
)