Share via


TlsConnectionCallbackOptions.OnConnection Property

Definition

The callback to invoke per connection. This property is required.

public Func<Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<System.Net.Security.SslServerAuthenticationOptions>> OnConnection { get; set; }
member this.OnConnection : Func<Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<System.Net.Security.SslServerAuthenticationOptions>> with get, set
Public Property OnConnection As Func(Of TlsConnectionCallbackContext, CancellationToken, ValueTask(Of SslServerAuthenticationOptions))

Property Value

Applies to