TlsConnectionCallbackOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options used to configure a per connection callback for TLS configuration.
public class TlsConnectionCallbackOptions
type TlsConnectionCallbackOptions = class
Public Class TlsConnectionCallbackOptions
- Inheritance
-
TlsConnectionCallbackOptions
Constructors
TlsConnectionCallbackOptions() |
Properties
ApplicationProtocols |
Gets or sets a list of ALPN protocols. |
OnConnection |
The callback to invoke per connection. This property is required. |
OnConnectionState |
Optional application state to flow to the OnConnection callback. |