asp.net.ph

HttpWorkerRequest.SendResponseFromMemory Method ( IntPtr, Int32 )

System.Web Namespace   HttpWorkerRequest Class


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

[ VB ]
<ComVisible ( False ) >
Overridable Overloads Public Sub SendResponseFromMemory ( _
   ByVal data As IntPtr, _
   ByVal length As Integer _
)

[ C# ]
 [ ComVisible ( false ) ] 
public virtual void SendResponseFromMemory (
   IntPtr data,
   int length
);

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual void SendResponseFromMemory (
   IntPtr data,
   int length
);

[ JScript ]
public ComVisible ( false ) 
function SendResponseFromMemory (
   data : IntPtr,
   length : int
);

Parameters

data
An unmanaged pointer to the block of memory.
length
The number of bytes to send.
See Also

HttpWorkerRequest Members   HttpWorkerRequest.SendResponseFromMemory Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note