C# asp.net use Stream from WebRequest as Response

Posted by David Murdoch on Stack Overflow See other posts from Stack Overflow or by David Murdoch
Published on 2010-05-07T18:20:29Z Indexed on 2010/05/07 18:28 UTC
Read the original article Hit count: 174

Filed under:
|
|

pretty much...i want to do something like this:

Stream Answer = WebResp.GetResponseStream();
Response.OutputStream = Answer;

Is this possible?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET