次の方法で共有


HttpRequestBase.ServerVariables プロパティ

定義

派生クラスでオーバーライドされた場合、Web サーバー変数のコレクションを取得します。

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ ServerVariables { System::Collections::Specialized::NameValueCollection ^ get(); };
public virtual System.Collections.Specialized.NameValueCollection ServerVariables { get; }
member this.ServerVariables : System.Collections.Specialized.NameValueCollection
Public Overridable ReadOnly Property ServerVariables As NameValueCollection

プロパティ値

サーバー変数。

例外

適用対象