6 references to ServerOptionsSelectionCallback
Http3SampleApp (1)
Program.cs (1)
84
ServerOptionsSelectionCallback
callback = (SslStream stream, SslClientHelloInfo clientHelloInfo, object state, CancellationToken cancellationToken) =>
Microsoft.AspNetCore.Server.Kestrel.Core (2)
ListenOptionsHttpsExtensions.cs (2)
217
public static ListenOptions UseHttps(this ListenOptions listenOptions,
ServerOptionsSelectionCallback
serverOptionsSelectionCallback, object state)
231
public static ListenOptions UseHttps(this ListenOptions listenOptions,
ServerOptionsSelectionCallback
serverOptionsSelectionCallback, object state, TimeSpan handshakeTimeout)
System.Net.Security (3)
System\Net\Security\SslAuthenticationOptions.cs (2)
66
internal void UpdateOptions(
ServerOptionsSelectionCallback
optionCallback, object? state)
185
internal
ServerOptionsSelectionCallback
? ServerOptionDelegate { get; set; }
System\Net\Security\SslStream.cs (1)
440
public Task AuthenticateAsServerAsync(
ServerOptionsSelectionCallback
optionsCallback, object? state, CancellationToken cancellationToken = default)