HttpWorkerRequest.HeaderLocation フィールド

定義

Location HTTP ヘッダーのインデックス番号を指定します。

public: int HeaderLocation = 23;
public const int HeaderLocation = 23;
val mutable HeaderLocation : int
Public Const HeaderLocation As Integer  = 23

フィールド値

Value = 23

注釈

.NET Frameworkでは、 メソッドと SendKnownResponseHeader メソッドで使用するために、各標準 HTTP ヘッダーの種類にインデックス番号がGetKnownRequestHeader割り当てられます。

適用対象