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




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