TlsServerSocket.ApplicationProtocol Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
ApplicationProtocol
Gets the negotiated application protocol; or null reference if no protocol was negotiated. Inherited from TlsSocket.
Declaration
public string ApplicationProtocol { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Provided by the Application-Layer Protocol Negotiation (ALPN) extension.