asp.net.ph

HttpWorkerRequest.GetKnownResponseHeaderName Method

System.Web Namespace   HttpWorkerRequest Class


Returns the name of the specified HTTP response header.

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

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

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

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

Parameters

index
The index number of the header.

Return Value

The name of the HTTP response header specified in the index 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