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


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