HttpWorkerRequest.SendResponseFromMemory Method (Byte[], Int32)

 

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

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

abstract SendResponseFromMemory : 
        data:byte[] *
        length:int -> unit

Parameters

data
Type: 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
Return to top
Show: