SslClientHelloInfo.ServerName プロパティ

定義

クライアントが指定したホスト サーバーを取得します。

public:
 property System::String ^ ServerName { System::String ^ get(); };
public string ServerName { get; }
member this.ServerName : string
Public ReadOnly Property ServerName As String

プロパティ値

注釈

ホスト サーバー名には、サーバー名拡張子 (SNI) が必要です。 SNI 拡張機能が存在しない場合、このプロパティは空の文字列を返します。

適用対象