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 [ ] [ ];
An array of header name-value pairs.
HttpWorkerRequest Members HttpRuntime Class