HttpWorkerRequest::SendResponseFromMemory Method (array<Byte>^, Int32)
.NET Framework (current version)
Adds the specified number of bytes from a byte array to the response.
Assembly: System.Web (in System.Web.dll)
public: virtual void SendResponseFromMemory( array<unsigned char>^ data, int length ) abstract
Parameters
- data
-
Type:
array<System::Byte>^
The byte array to send.
- length
-
Type:
System::Int32
The number of bytes to send, starting at the first byte.
.NET Framework
Available since 1.1
Available since 1.1
Show: