SimpleWorkerRequest.SendResponseFromMemory Method (Byte[], Int32)

 

Adds the contents of a byte array to the response and specifies the number of bytes to send.

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

public override void SendResponseFromMemory(
	byte[] data,
	int length
)

Parameters

data
Type: System.Byte[]

The byte array to send.

length
Type: System.Int32

The number of bytes to send.

.NET Framework
Available since 1.1
Return to top
Show: