HttpWorkerRequest::SendResponseFromMemory Method

 

Adds the contents of a memory block to the response.

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

NameDescription
System_CAPS_pubmethodSendResponseFromMemory(array<Byte>^, Int32)

Adds the specified number of bytes from a byte array to the response.

System_CAPS_pubmethodSendResponseFromMemory(IntPtr, Int32)

Adds the specified number of bytes from a block of memory to the response.

Return to top
Show: