IServerVariablesFeature インターフェイス

定義

この機能は、要求サーバー変数セットへのアクセスを提供します。

public interface class IServerVariablesFeature
public interface IServerVariablesFeature
type IServerVariablesFeature = interface
Public Interface IServerVariablesFeature

注釈

IIS で使用できる一般的なサーバー変数の一覧については、「」を参照してください http://go.microsoft.com/fwlink/?LinkId=52471

プロパティ

Item[String]

現在の要求のサーバー変数の値を取得または設定します。

適用対象