The TlsClientHelloReceivedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkApplicationProtocol
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.
Public propertySupported by the .NET Compact FrameworkServerName
Gets the common name of the server as requested by the client.
Public propertySupported by the .NET Compact FrameworkSocket
Gets the socket that received the ClientHello.

See Also