HttpWorkerRequest.SendResponseFromMemory Method (IntPtr, Int32)
.NET Framework (current version)
Adds the specified number of bytes from a block of memory to the response.
Assembly: System.Web (in System.Web.dll)
abstract SendResponseFromMemory : data:nativeint * length:int -> unit override SendResponseFromMemory : data:nativeint * length:int -> unit
Parameters
- data
-
Type:
System.IntPtr
An unmanaged pointer to the block of memory.
- length
-
Type:
System.Int32
The number of bytes to send.
.NET Framework
Available since 1.1
Available since 1.1
Show: