SslClientHelloInfo Struct

Definition

This struct contains information from received TLS Client Hello frame.

public value class SslClientHelloInfo
public readonly struct SslClientHelloInfo
type SslClientHelloInfo = struct
Public Structure SslClientHelloInfo
Inheritance
SslClientHelloInfo

Constructors

SslClientHelloInfo(String, SslProtocols)

Initializes a new instance of the SslClientHelloInfo.

Properties

ServerName

Gets the host server specified by the client.

SslProtocols

Gets the TLS/SSL protocols offered by client.

Applies to