Click or drag to resize
System.Net Namespace
The System.Net namespaces contain classes that provide a simple programming interface for a number of network protocols, programmatically access and update configuration settings for the System.Net namespaces, define cache policies for web resources, compose and send e-mail, represent Multipurpose Internet Mail Exchange (MIME) headers, access network traffic data and network address information, and access peer-to-peer networking functionality. Additional child namespaces provide a managed implementation of the Windows Sockets (Winsock) interface and provide access to network streams for secure communications between hosts.
Classes
  ClassDescription
Public classDownloadStringCompletedEventArgs
Provides data for the System.Net.WebClient.DownloadStringCompleted event.
Public classHttpWebResponse
Provides an HTTP-specific implementation of the System.Net.WebResponse class.
Public classUploadStringCompletedEventArgs
Provides data for the System.Net.WebClient.UploadStringCompleted event.
Public classCode exampleWebClient
Provides common methods for sending data to and receiving data from a resource identified by a URI.
Public classWebHeaderCollection
Contains protocol headers associated with a request or response.
Public classWebResponse
Provides a response from a Uniform Resource Identifier (URI). This is an abstract class.
Delegates
  DelegateDescription
Public delegateDownloadStringCompletedEventHandler
Represents the method that will handle the System.Net.WebClient.DownloadStringCompleted event of a System.Net.WebClient.
Public delegateUploadStringCompletedEventHandler
Represents the method that will handle the System.Net.WebClient.UploadStringCompleted event of a System.Net.WebClient.
Enumerations
  EnumerationDescription
Public enumerationHttpRequestHeader
The HTTP headers that may be specified in a client request.
Public enumerationHttpResponseHeader
The HTTP headers that can be specified in a server response.
Public enumerationHttpStatusCode
Contains the values of status codes defined for HTTP.