HttpWorkerRequest.SendResponseFromMemory Method
.NET Framework 3.0
Adds the contents of a memory block to the response.
| Name | Description |
|---|---|
| HttpWorkerRequest.SendResponseFromMemory (Byte[], Int32) | Adds the specified number of bytes from a byte array to the response. |
| HttpWorkerRequest.SendResponseFromMemory (IntPtr, Int32) | Adds the specified number of bytes from a block of memory to the response. |
Community Additions
ADD
Show: