Compartir a través de


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

Nombre Description
SslClientHelloInfo(String, SslProtocols)

Inicializa una nueva instancia de SslClientHelloInfo.

Propiedades

Nombre Description
ServerName

Obtiene el servidor host especificado por el cliente.

SslProtocols

Obtiene los protocolos TLS/SSL ofrecidos por el cliente.

Se aplica a