HttpWorkerRequest.HeaderIfNoneMatch フィールド

定義

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

public: int HeaderIfNoneMatch = 31;
public const int HeaderIfNoneMatch = 31;
val mutable HeaderIfNoneMatch : int
Public Const HeaderIfNoneMatch As Integer  = 31

フィールド値

Value = 31

注釈

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

適用対象