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)
94internal void UpdateOptions(ServerOptionsSelectionCallback optionCallback, object? state) 307internal ServerOptionsSelectionCallback? ServerOptionDelegate { get; set; }
System\Net\Security\SslStream.cs (1)
445public Task AuthenticateAsServerAsync(ServerOptionsSelectionCallback optionsCallback, object? state, CancellationToken cancellationToken = default)