HttpWorkerRequest.HeaderContentLocation フィールド

定義

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

public: int HeaderContentLocation = 15;
public const int HeaderContentLocation = 15;
val mutable HeaderContentLocation : int
Public Const HeaderContentLocation As Integer  = 15

フィールド値

Value = 15

注釈

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

適用対象