asp.net.ph

HttpWorkerRequest.GetQueryStringRawBytes Method

System.Web Namespace   HttpWorkerRequest Class


When overridden in a derived class, returns the response query string as an array of bytes.

[ VB ]
<ComVisible ( False ) >
Overridable Public Function GetQueryStringRawBytes ( ) As Byte ( ) 

[ C# ]
 [ ComVisible ( false ) ] 
public virtual byte [ ] GetQueryStringRawBytes ( );

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual unsigned char GetQueryStringRawBytes ( )  __gc [ ];

[ JScript ]
public ComVisible ( false ) 
function GetQueryStringRawBytes ( ) : Byte [ ];

Return Value

An array of bytes containing the response.

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