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!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Please do not create duplicate post in the forum for the same question. We have answered your question in your other post.
|