SslClientHelloInfo Yapı

Tanım

Bu yapı, alınan TLS İstemciSi Hello çerçevesine ait bilgileri içerir.

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

Oluşturucular

SslClientHelloInfo(String, SslProtocols)

Yeni bir SslClientHelloInfo örneğini başlatır.

Özellikler

ServerName

İstemci tarafından belirtilen konak sunucusunu alır.

SslProtocols

İstemci tarafından sunulan TLS/SSL protokollerini alır.

Şunlara uygulanır