SimpleWorkerRequest::SendResponseFromMemory Method

 

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

NameDescription
System_CAPS_pubmethodSendResponseFromMemory(array<Byte>^, Int32)

Adds the contents of a byte array to the response and specifies the number of bytes to send.(Overrides HttpWorkerRequest::SendResponseFromMemory(array<Byte>^, Int32).)

System_CAPS_pubmethodSendResponseFromMemory(IntPtr, Int32)

Adds the specified number of bytes from a block of memory to the response.(Inherited from HttpWorkerRequest.)

Return to top
Show: