asp.net.ph

HttpWorkerRequest.GetKnownRequestHeaderIndex Method

System.Web Namespace   HttpWorkerRequest Class


Returns the index number of the specified HTTP request header.

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

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

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

[ JScript ]
public ComVisible ( false ) 
static function GetKnownRequestHeaderIndex (
   header : String
) : int;

Parameters

header
The name of the header.

Return Value

The index number of the HTTP request header specified in the header parameter.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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