asp.net.ph

HttpWorkerRequest.GetKnownRequestHeader Method

System.Web Namespace   HttpWorkerRequest Class


Returns the standard HTTP request header that corresponds to the specified index.

[ VB ]
<ComVisible ( False ) >
Overridable Public Function GetKnownRequestHeader ( _
   ByVal index As Integer _
) As String

[ C# ]
 [ ComVisible ( false ) ] 
public virtual string GetKnownRequestHeader (
   int index
);

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual String* GetKnownRequestHeader (
   int index
);

[ JScript ]
public ComVisible ( false ) 
function GetKnownRequestHeader (
   index : int
) : String;

Parameters

index
The index of the header. For example, the HeaderAllow field.

Return Value

The HTTP request header.

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