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