1 write to _securityDomain
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
825
case DomainKey:
_securityDomain
= (String)value; break;
3 references to _securityDomain
System.Runtime.Remoting (3)
channels\http\httpclientchannel.cs (3)
626
if (
_securityDomain
== null)
629
httpWebRequest.Credentials = new NetworkCredential(_securityUserName, _securityPassword,
_securityDomain
);
800
case DomainKey: return
_securityDomain
;