Supports network-related items.

Classes

  ClassDescription
Public classConvertBase64
Converts to from and to base64 encoded strings.
Public classDns
Provides simple domain name resolution functionality.
IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip.
Public classEndPoint
Provides a constructor and methods for creating network connection points (endpoints) and serializing endpoint information.
IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip.
Public classHttpKnownHeaderNames
Contains known HTTP header names.
Public classHttpListener
Provides a simple, programmatically controlled HTTP protocol listener. This class cannot be inherited.
Public classHttpListenerContext
Provides access to the request and response objects used by the HttpListener class. This class cannot be inherited.
Public classHttpListenerRequest
Describes an incoming HTTP request to an [!:System.Net.HttpListener] object.
Public classHttpListenerResponse
Represents a response to a request being handled by an [!:System.Net.HttpListener] object.
Public classHttpVersion
Defines the HTTP version numbers that are supported by the [!:System.Net.HttpWebRequest] and [!:System.Net.HttpWebResponse] classes.
Public classHttpWebRequest
Provides an HTTP-specific implementation of the [!:System.Net.WebRequest] class.
Public classHttpWebResponse
Handles retrieval of HTTP Response headers, and handles data reads.
Public classIPAddress
Provides members you can use when working with Internet Protocol (IP) addresses.
IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip.
Public classIPEndPoint
Represents a connection point (endpoint) on a network as an Internet Protocol (IP) address and a port number.
Public classIPHostEntry
Constitutes a container class for information about an Internet host.
IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip.
Public classNetworkCredential
Class that keeps user name and password.
Public classProtocolViolationException
The exception that is thrown when an error is made while using a network protocol.
Public classSocketAddress
Represents a network connection point (endpoint) in serialized form. More specifically, the SocketAddress class stores the endpoint's information in a serial format.
IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip.
Public classUri
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.
Public classWebException
Defines the exception that is thrown by [!:System.Net.WebRequest] instances when an error occurs.
Public classWebHeaderCollection
Contains protocol headers associated with a request or response. Manages name-value pairs for HTTP headers.
Public classWebRequest
Makes a request to a Uniform Resource Identifier (URI). This is an abstract class.
Public classWebResponse
Provides a response from a Uniform Resource Identifier (URI). This is an abstract class.
Public classWIZnet_W5100
This class provides setup features to WIZnet W5100 Ethernet TCP/IP Chip.IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip.

Interfaces

  InterfaceDescription
Public interfaceIWebProxy
Provides the base interface for implementing proxy access for the [!:System.Net.WebRequest] class.
Public interfaceIWebRequestCreate
The interface for creating [!:System.Net.WebRequest] class objects.

Delegates

  DelegateDescription
Public delegateHttpContinueDelegate
Represents the method that notifies callers when a continue response is received by the client.

Enumerations

  EnumerationDescription
Public enumerationAuthenticationType
Network authentication type. Currently supports: Basic Authentication Microsoft Live Id Delegate Authentication
Public enumerationHttpStatusCode
Contains the values of status codes defined for HTTP.
Protected enumerationUri..::..Flags
Defines flags kept in m_Flags variable.
Public enumerationUriHostNameType
Defines host name types for the http and https protocols. method.
Public enumerationUriKind
Defines the kinds of [!:System.Uri]s for the [!:System.Uri.IsWellFormedUriString] method and several [!:System.Uri] methods.
Public enumerationWebExceptionStatus
Defines status codes for the [!:System.Net.WebException] class.