HttpWorkerRequest.HeaderIfUnmodifiedSince Field

Definition

Specifies the index number for the If-Unmodified-Since HTTP header.

public: int HeaderIfUnmodifiedSince = 33;
public const int HeaderIfUnmodifiedSince = 33;
val mutable HeaderIfUnmodifiedSince : int
Public Const HeaderIfUnmodifiedSince As Integer  = 33

Field Value

Value = 33

Remarks

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

Applies to