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