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 [ ];
An array of bytes containing the response.
HttpWorkerRequest Members HttpRuntime Class