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