SimpleWorkerRequest::SendResponseFromMemory Method
.NET Framework (current version)
Namespace:
System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | SendResponseFromMemory(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).) |
![]() | SendResponseFromMemory(IntPtr, Int32) | Adds the specified number of bytes from a block of memory to the response.(Inherited from HttpWorkerRequest.) |
Show:
