次の方法で共有


TlsConnectionCallbackOptions.OnConnection プロパティ

定義

接続ごとに呼び出すコールバック。 このプロパティは必須です。

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

プロパティ値

適用対象