This documentation is archived and is not being maintained.
HttpWorkerRequest.GetQueryStringRawBytes Method
.NET Framework 1.1
When overridden in a derived class, returns the response query string as an array of bytes.
[Visual Basic] Public Overridable Function GetQueryStringRawBytes() As Byte() [C#] public virtual byte[] GetQueryStringRawBytes(); [C++] public: virtual unsigned char GetQueryStringRawBytes() __gc[]; [JScript] public function GetQueryStringRawBytes() : Byte[];
Return Value
An array of bytes containing the response.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: