Gets or sets the selected application protocol to be used in the Application-Layer Protocol Negotiation (ALPN) extension.
It must be one of the values provided by the GetApplicationProtocols()()()() method.
Namespace:
Rebex.Net
Assembly:
Rebex.Tls (in Rebex.Tls.dll)
Syntax
Visual Basic |
---|
Public Property ApplicationProtocol As String Get Set |
C# |
---|
public string ApplicationProtocol { get; set; } |