Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
Visual Basic .NET
Pure Sockets vs WebBrowser vs Other?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Roderick Mitchell" data-source="post: 19312" data-attributes="member: 8049"><p>the web browser control is bloated, buggy, inefficient, doesn't do multi-threading, and does a piss poor job using proxies.</p><p></p><p>the System.Net.Sockets namespace is where it's really at, but if you don't feel like going there you can get by with HTTPWebRequest. HTTPWebRequest isn't nearly as solid, fast, stable, or flexible as the sockets namespace, but it is light years better than the web browser control.</p><p></p><p>-edit-</p><p></p><p>i have some fairly detailed posts on the difference between the three of these and some very good links to help get you started. just search for other posts by me.</p></blockquote><p></p>
[QUOTE="Roderick Mitchell, post: 19312, member: 8049"] the web browser control is bloated, buggy, inefficient, doesn't do multi-threading, and does a piss poor job using proxies. the System.Net.Sockets namespace is where it's really at, but if you don't feel like going there you can get by with HTTPWebRequest. HTTPWebRequest isn't nearly as solid, fast, stable, or flexible as the sockets namespace, but it is light years better than the web browser control. -edit- i have some fairly detailed posts on the difference between the three of these and some very good links to help get you started. just search for other posts by me. [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
Visual Basic .NET
Pure Sockets vs WebBrowser vs Other?
Top