HttpWorkerRequest::GetQueryStringRawBytes Method ()

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual array<unsigned char>^ GetQueryStringRawBytes()

Return Value

Type: array<System::Byte>^

An array of bytes containing the response.

.NET Framework
Available since 1.1
Return to top
Show: