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