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