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