3 writes to PreAuthenticate
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
83
handler.
PreAuthenticate
= config.PreAuthenticate.Value;
System.Net.Http (1)
System\Net\Http\HttpClientHandler.cs (1)
171
set => _underlyingHandler.
PreAuthenticate
= value;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1672
handler.
PreAuthenticate
= parameters.PreAuthenticate;
2 references to PreAuthenticate
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
197
PreAuthenticate = ParseBool(config[nameof(SocketsHttpHandler.
PreAuthenticate
)]),
System.Net.Http (1)
System\Net\Http\HttpClientHandler.cs (1)
170
get => _underlyingHandler.
PreAuthenticate
;