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