This documentation is archived and is not being maintained.
HttpWorkerRequest.GetKnownRequestHeaderName Method
.NET Framework 1.1
Returns the name of the specified HTTP request header.
[Visual Basic] Public Shared Function GetKnownRequestHeaderName( _ ByVal index As Integer _ ) As String [C#] public static string GetKnownRequestHeaderName( int index ); [C++] public: static String* GetKnownRequestHeaderName( int index ); [JScript] public static function GetKnownRequestHeaderName( index : int ) : String;
Parameters
- index
- The index number of the header.
Return Value
The name of the HTTP request header specified in the index parameter.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: