5 references to ServerOptionsSelectionCallback
Microsoft.AspNetCore.Server.Kestrel.Core (2)
ListenOptionsHttpsExtensions.cs (2)
221
public static ListenOptions UseHttps(this ListenOptions listenOptions,
ServerOptionsSelectionCallback
serverOptionsSelectionCallback, object state)
235
public static ListenOptions UseHttps(this ListenOptions listenOptions,
ServerOptionsSelectionCallback
serverOptionsSelectionCallback, object state, TimeSpan handshakeTimeout)
System.Net.Security (3)
System\Net\Security\SslAuthenticationOptions.cs (2)
94
internal void UpdateOptions(
ServerOptionsSelectionCallback
optionCallback, object? state)
307
internal
ServerOptionsSelectionCallback
? ServerOptionDelegate { get; set; }
System\Net\Security\SslStream.cs (1)
445
public Task AuthenticateAsServerAsync(
ServerOptionsSelectionCallback
optionsCallback, object? state, CancellationToken cancellationToken = default)