memberlogin
contactus
randomfacts

use system.net.http to load web

The System.Net namespace provides a simple programming interface for many of the protocols used on networks today. The WebRequest and WebResponse classes form the basis of what are called pluggable protocols, an implementation of network services that enables you to develop applications that use Internet resources without worrying about the specific details of the individual protocols.
 
When developing applications that communicate over a network using .NET, most of the classes that you will need to familiarize yourself with are part of the System.Net namespace. It contains classes for handling Internet communications with objects that support proxy servers, IP addresses, DNS name resolution, network data streams, and specific classes for handling pluggable protocols such as the Hypertext Transfer Protocol (HTTP).  Unfortunately as with all programming many things can go wrong quickly when first learning how to take advantage and leverage the power of the System.Net namespace.
 
Errors like “use system.net.http to load web” are not unusual and can be very frustrating to fix.  Please refer to the links on this page to get further information on solving specific problems such as the error, “use system.net.http to load web”.
 
For troubleshooting tips please go to http://msdn2.microsoft.com/en-us/library/system.net.aspx for more information.