Gets the application protocols advertised by the client in the Application-Layer Protocol Negotiation (ALPN) extension.

Namespace:  Rebex.Net
Assembly:  Rebex.Tls (in Rebex.Tls.dll)

Syntax

Visual Basic
Public Function GetApplicationProtocols As IEnumerable(Of String)
C#
public IEnumerable<string> GetApplicationProtocols()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also