This documentation is archived and is not being maintained.
HttpWorkerRequest.HeaderProxyAuthenticate Field
.NET Framework 1.1
Specifies the index number for the Proxy-Authenticate HTTP header.
[Visual Basic] Public Const HeaderProxyAuthenticate As Integer [C#] public const int HeaderProxyAuthenticate; [C++] public: const int HeaderProxyAuthenticate; [JScript] public var HeaderProxyAuthenticate : int;
Remarks
The .NET Framework assigns an index number to each standard HTTP header type, for use in the GetKnownRequestHeader and SendKnownResponseHeader methods.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: