Provides data for custom TLS ClientHello event handler.

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

Syntax

Visual Basic
Public Class TlsClientHelloReceivedEventArgs _
	Inherits EventArgs
C#
public class TlsClientHelloReceivedEventArgs : EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Rebex.Net..::..TlsClientHelloReceivedEventArgs

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also