asp.net.ph

HttpWorkerRequest.SendResponseFromMemory Method ( Byte [ ], Int32 )

System.Web Namespace   HttpWorkerRequest Class


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

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

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

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual void SendResponseFromMemory (
   unsigned char data __gc [ ],
   int length
) = 0;

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

Parameters

data
The byte array to send.
length
The number of bytes to send, starting at the first byte.
See Also

HttpWorkerRequest Members   HttpWorkerRequest.SendResponseFromMemory Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph