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 プロトコルを取得します。

適用対象