asp.net.ph

HttpWorkerRequest.GetKnownRequestHeaderName Method

System.Web Namespace   HttpWorkerRequest Class


Returns the name of the specified HTTP request header.

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

[ C# ]
 [ ComVisible ( false ) ] 
public static string GetKnownRequestHeaderName (
   int index
);

[ C++ ]
 [ ComVisible ( false ) ] 
public: static String* GetKnownRequestHeaderName (
   int index
);

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

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