April 2002
Intermediate to advanced
1024 pages
23h 26m
English
Some classes within the System.NET namespace make connecting to a Web site easy. These classes include WebRequest, WebResponse, HttpWebRequest, HttpWebResponse, FileWebRequest, FileWebResponse, and WebClient.
These classes provide the following features:
Support for HTTP, HTTPS, FILE, and so on
Asynchronous development
Simple methods for uploading and downloading data
This list of classes might seem like too many classes to handle; however, with the exception of WebClient, the request classes derive from WebRequest, and the response classes derive from WebResponse.
The request object is generated from the static WebRequest.Create method, and the WebResponse object is generated from the request ...
Read now
Unlock full access