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)

abstract GetQueryStringRawBytes : unit -> byte[]
override GetQueryStringRawBytes : unit -> byte[]

Return Value

Type: System.Byte[]

An array of bytes containing the response.

.NET Framework
Available since 1.1
Return to top
Show: