Compartilhar via


TlsConnectionCallbackOptions.OnConnection Propriedade

Definição

O retorno de chamada a ser invocado por conexão. Esta propriedade é necessária.

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))

Valor da propriedade

Aplica-se a