HttpWorkerRequest.HeaderIfNoneMatch Field
Definition
Specifies the index number for the If-None-Match
HTTP header.
public: int HeaderIfNoneMatch = 31;
public const int HeaderIfNoneMatch = 31;
val mutable HeaderIfNoneMatch : int
Public Const HeaderIfNoneMatch As Integer = 31
Field Value
Remarks
The .NET Framework assigns an index number to each standard HTTP header type, for use in the GetKnownRequestHeader and SendKnownResponseHeader methods.