SimpleWorkerRequest.SendResponseFromMemory Method
.NET Framework 4
Adds the contents of a memory block to the response.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SendResponseFromMemory(Byte[], Int32) | Adds the contents of a byte array to the response and specifies the number of bytes to send. (Overrides HttpWorkerRequest.SendResponseFromMemory(Byte[], Int32).) |
|
SendResponseFromMemory(IntPtr, Int32) | Adds the specified number of bytes from a block of memory to the response. (Inherited from HttpWorkerRequest.) |