System.Net Namespace |
Class | Description | |
---|---|---|
DownloadStringCompletedEventArgs |
Provides data for the System.Net.WebClient.DownloadStringCompleted event.
| |
HttpWebResponse |
Provides an HTTP-specific implementation of the System.Net.WebResponse class.
| |
UploadStringCompletedEventArgs |
Provides data for the System.Net.WebClient.UploadStringCompleted event.
| |
WebClient |
Provides common methods for sending data to and receiving data from a resource
identified by a URI.
| |
WebHeaderCollection |
Contains protocol headers associated with a request or response.
| |
WebResponse |
Provides a response from a Uniform Resource Identifier (URI). This is an
abstract class.
|
Delegate | Description | |
---|---|---|
DownloadStringCompletedEventHandler |
Represents the method that will handle the System.Net.WebClient.DownloadStringCompleted
event of a System.Net.WebClient.
| |
UploadStringCompletedEventHandler |
Represents the method that will handle the System.Net.WebClient.UploadStringCompleted
event of a System.Net.WebClient.
|
Enumeration | Description | |
---|---|---|
HttpRequestHeader |
The HTTP headers that may be specified in a client request.
| |
HttpResponseHeader | The HTTP headers that can be specified in a server response. | |
HttpStatusCode |
Contains the values of status codes defined for HTTP.
|