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