asp.net.ph

HttpWorkerRequest.GetKnownResponseHeaderIndex Method

System.Web Namespace   HttpWorkerRequest Class


Returns the index number of the specified HTTP response header.

[ VB ]
<ComVisible ( False ) >
public Shared Function GetKnownResponseHeaderIndex ( _
   ByVal header As String _
) As Integer

[ C# ]
 [ ComVisible ( false ) ] 
public static int GetKnownResponseHeaderIndex (
   string header
);

[ C++ ]
 [ ComVisible ( false ) ] 
public: static int GetKnownResponseHeaderIndex (
   String* header
);

[ JScript ]
public ComVisible ( false ) 
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.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph