SslClientHelloInfo Estructura

Definición

Esta estructura contiene información del marco Client Hello TLS.

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

Constructores

SslClientHelloInfo(String, SslProtocols)

Inicializa una nueva instancia de SslClientHelloInfo.

Propiedades

ServerName

Obtiene el servidor host especificado por el cliente.

SslProtocols

Obtiene los protocolos TLS/SSL ofrecidos por el cliente.

Se aplica a