This documentation is archived and is not being maintained.
HttpWorkerRequest.GetKnownResponseHeaderName Method
.NET Framework 1.1
Returns the name of the specified HTTP response header.
[Visual Basic] Public Shared Function GetKnownResponseHeaderName( _ ByVal index As Integer _ ) As String [C#] public static string GetKnownResponseHeaderName( int index ); [C++] public: static String* GetKnownResponseHeaderName( int index ); [JScript] public static function GetKnownResponseHeaderName( index : int ) : String;
Parameters
- index
- The index number of the header.
Return Value
The name of the HTTP response 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: