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 ヘッダーの種類にインデックス番号を割り当てます。

適用対象