SslClientHelloInfo Structure

Définition

Ce struct contient des informations provenant d’une trame Hello client TLS reçue.

public value class SslClientHelloInfo
public readonly struct SslClientHelloInfo
type SslClientHelloInfo = struct
Public Structure SslClientHelloInfo
Héritage
SslClientHelloInfo

Constructeurs

Nom Description
SslClientHelloInfo(String, SslProtocols)

Initialise une nouvelle instance du SslClientHelloInfo.

Propriétés

Nom Description
ServerName

Obtient le serveur hôte spécifié par le client.

SslProtocols

Obtient les protocoles TLS/SSL proposés par le client.

S’applique à