다음을 통해 공유


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

속성 값

적용 대상