HttpWorkerRequest::SendResponseFromMemory Method
.NET Framework (current version)
Adds the contents of a memory block to the response.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | SendResponseFromMemory(array<Byte>^, Int32) | Adds the specified number of bytes from a byte array to the response. |
![]() | SendResponseFromMemory(IntPtr, Int32) | Adds the specified number of bytes from a block of memory to the response. |
Show:
