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 は、GetKnownRequestHeader メソッドおよび SendKnownResponseHeader メソッドで使用するために、各標準 HTTP ヘッダーの種類にインデックス番号を割り当てます。

適用対象