1 write to _bSecurityPreAuthenticate
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
826
case PreAuthenticateKey:
_bSecurityPreAuthenticate
= Convert.ToBoolean(value, CultureInfo.InvariantCulture); break;
5 references to _bSecurityPreAuthenticate
System.Runtime.Remoting (5)
channels\http\httpclientchannel.cs (5)
618
httpWebRequest.PreAuthenticate =
_bSecurityPreAuthenticate
;
631
httpWebRequest.PreAuthenticate =
_bSecurityPreAuthenticate
;
651
httpWebRequest.PreAuthenticate =
_bSecurityPreAuthenticate
;
662
httpWebRequest.PreAuthenticate =
_bSecurityPreAuthenticate
;
801
case PreAuthenticateKey: return
_bSecurityPreAuthenticate
;