SslClientHelloInfo Structure

Définition

Ce struct contient des informations provenant du frame Hello du client TLS reçu.

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

Constructeurs

SslClientHelloInfo(String, SslProtocols)

Initialise une nouvelle instance de l'objet SslClientHelloInfo.

Propriétés

ServerName

Récupère le serveur hôte spécifié par le client.

SslProtocols

Récupère les protocoles TLS/SSL proposés par le client.

S’applique à