Welcome Guest Search | Active Topics | Sign In | Register

How to use Respone.OutputStream? Options
m13
Posted: Wednesday, April 19, 2017 4:29:03 AM
Rank: Newbie
Groups: Member

Joined: 4/18/2017
Posts: 5
private void webView1_AfterReceiveHeaders(object sender, EO.WebBrowser.ResponseEventArgs e)
{
Stream stream = e.Response.OutputStream; //wrong
long length= e.Response.OutputStream.Length;//wrong
StreamReader sr = new StreamReader(e.Response.OutputStream);//wrong
if (e.Response.OutputStream != null) //wrong
}
"System.NotSupportedException" "OutputStream is not available during this context"
No matter how I call it was wrong!who can tell me how to use it!
eo_support
Posted: Wednesday, April 19, 2017 8:23:12 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Please do not create duplicate post in the forum for the same question. We have answered your question in your other post.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.