HttpWorkerRequest.HeaderIfMatch Field

Definition

Specifies the index number for the If-Match HTTP header.

public: int HeaderIfMatch = 29;
public const int HeaderIfMatch = 29;
val mutable HeaderIfMatch : int
Public Const HeaderIfMatch As Integer  = 29

Field Value

Value = 29

Remarks

The .NET Framework assigns an index number to each standard HTTP header type, for use in the GetKnownRequestHeader and SendKnownResponseHeader methods.

Applies to