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