1 write to PreAuthenticate
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
197
PreAuthenticate
= ParseBool(config[nameof(SocketsHttpHandler.PreAuthenticate)]),
2 references to PreAuthenticate
Microsoft.Extensions.Http (2)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (2)
81
if (config.
PreAuthenticate
is not null)
83
handler.PreAuthenticate = config.
PreAuthenticate
.Value;