Base:
property
PreAuthenticate
System.Net.WebRequest.PreAuthenticate
6 writes to PreAuthenticate
System (1)
net\System\Net\_Connection.cs (1)
3810connectRequest.PreAuthenticate = true;
System.Runtime.Remoting (4)
channels\http\httpclientchannel.cs (4)
618httpWebRequest.PreAuthenticate = _bSecurityPreAuthenticate; 631httpWebRequest.PreAuthenticate = _bSecurityPreAuthenticate; 651httpWebRequest.PreAuthenticate = _bSecurityPreAuthenticate; 662httpWebRequest.PreAuthenticate = _bSecurityPreAuthenticate;
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
791httpWebRequest.PreAuthenticate = true;
3 references to PreAuthenticate
System (3)
net\System\Net\_AuthenticationState.cs (1)
391if (httpWebRequest.PreAuthenticate && Module != null && Authorization.Complete && Module.CanPreAuthenticate && httpWebRequest.ResponseStatusCode != StatusCodeMatch) {
net\System\Net\_DigestClient.cs (1)
377if (!preAuthenticate && httpWebRequest.PreAuthenticate) {
net\System\Net\HttpWebRequest.cs (1)
4169if (PreAuthenticate) {