SslClientHelloInfo Estrutura

Definição

Este struct contém informações da estrutura Client Hello TLS recebida.

public value class SslClientHelloInfo
public readonly struct SslClientHelloInfo
type SslClientHelloInfo = struct
Public Structure SslClientHelloInfo
Herança
SslClientHelloInfo

Construtores

SslClientHelloInfo(String, SslProtocols)

Inicializa uma nova instância do SslClientHelloInfo.

Propriedades

ServerName

Obtém o servidor host especificado pelo cliente.

SslProtocols

Obtém os protocolos TLS/SSL oferecidos pelo cliente.

Aplica-se a