SslClientHelloInfo 結構

定義

此結構包含來自已接收的 TLS 用戶端 Hello 框架的資訊。

public value class SslClientHelloInfo
public readonly struct SslClientHelloInfo
type SslClientHelloInfo = struct
Public Structure SslClientHelloInfo
繼承
SslClientHelloInfo

建構函式

SslClientHelloInfo(String, SslProtocols)

初始化 SslClientHelloInfo 的新執行個體。

屬性

ServerName

取得用戶端指定的主機伺服器。

SslProtocols

取得用戶端提供的 TLS/SSL 通訊協定。

適用於