共用方式為


TlsHandshakeCallbackOptions.OnConnection 屬性

定義

每個連線要叫用的回呼。 這是必要屬性。

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

屬性值

適用於