Compartir a través de


TlsHandshakeCallbackOptions.OnConnection Propiedad

Definición

Devolución de llamada que se va a invocar por conexión. Esta propiedad es obligatoria.

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

Valor de propiedad

Se aplica a