|
-
Jan 25th, 2011, 03:30 PM
#1
Re: Monitor HTTP data sent and recieved over a webbrowser control
Ups... I just noticed this is a .NET forum... I thought I was in the VB6 section 
So your talking about a web control (ascx) that is included in a ASP.NET page (aspx) ?
If yes, then I'm not sure how to monitor ONLY the web control because the control becomes part of the aspx page.
Sorry I cannot help. At least now more people will look at this thread
-
Jan 25th, 2011, 03:38 PM
#2
Re: Monitor HTTP data sent and recieved over a webbrowser control
 Originally Posted by CVMichael
Sorry I cannot help. At least now more people will look at this thread 
hahaha 
i think they are using the webbrowser on a windows form ( not asp ) have you tried the webbrowser's before navigate event? it usually allows you to inspect headers.
if you want to look at all data passing through a webbrowser, especially if you are trying to emulate something like wireshark, i think you'll find it may take some pretty heavy low level code using C++ & may be out of the scope of vb.net.
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|