asp.net.ph

HttpWorkerRequest.GetUnknownRequestHeaders Method

System.Web Namespace   HttpWorkerRequest Class


Get all nonstandard HTTP header name-value pairs.

This method is not CLS-compliant. For more information about CLS compliance, see the Common Language Specification in the .NET documentation.

[ VB ]
<ComVisible ( False ) >
Overridable Public Function GetUnknownRequestHeaders ( ) As String ( ) ( ) 

[ C# ]
 [ ComVisible ( false ) ] 
public virtual string [ ] [ ] GetUnknownRequestHeaders ( );

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual String* GetUnknownRequestHeaders ( )  [ ];

[ JScript ]
public ComVisible ( false ) 
function GetUnknownRequestHeaders ( ) : String [ ] [ ];

Return Value

An array of header name-value pairs.

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