Supports network-related items.
Classes
| Class | Description | |
|---|---|---|
| ConvertBase64 |
Converts to from and to base64 encoded strings.
| |
| Dns |
Provides simple domain name resolution functionality. IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip. | |
| EndPoint |
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. | |
| HttpKnownHeaderNames |
Contains known HTTP header names.
| |
| HttpListener |
Provides a simple, programmatically controlled HTTP protocol listener.
This class cannot be inherited.
| |
| HttpListenerContext |
Provides access to the request and response objects used by the
HttpListener class. This class cannot be inherited.
| |
| HttpListenerRequest |
Describes an incoming HTTP request to an
[!:System.Net.HttpListener] object.
| |
| HttpListenerResponse |
Represents a response to a request being handled by an
[!:System.Net.HttpListener] object.
| |
| HttpVersion |
Defines the HTTP version numbers that are supported by the
[!:System.Net.HttpWebRequest] and
[!:System.Net.HttpWebResponse] classes.
| |
| HttpWebRequest |
Provides an HTTP-specific implementation of the [!:System.Net.WebRequest] class.
| |
| HttpWebResponse |
Handles retrieval of HTTP Response headers, and handles data reads.
| |
| IPAddress |
Provides members you can use when working with Internet Protocol (IP) addresses. IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip. | |
| IPEndPoint |
Represents a connection point (endpoint) on a network as an Internet Protocol (IP) address and a port number.
| |
| IPHostEntry |
Constitutes a container class for information about an Internet host. IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip. | |
| NetworkCredential |
Class that keeps user name and password.
| |
| ProtocolViolationException |
The exception that is thrown when an error is made while using a network
protocol.
| |
| SocketAddress |
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. | |
| Uri |
Provides an object representation of a uniform resource identifier (URI)
and easy access to the parts of the URI.
| |
| WebException |
Defines the exception that is thrown by
[!:System.Net.WebRequest] instances when an error occurs.
| |
| WebHeaderCollection |
Contains protocol headers associated with a request or response.
Manages name-value pairs for HTTP headers.
| |
| WebRequest |
Makes a request to a Uniform Resource Identifier (URI). This is an
abstract class.
| |
| WebResponse |
Provides a response from a Uniform Resource Identifier (URI). This is
an abstract class.
| |
| WIZnet_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
| Interface | Description | |
|---|---|---|
| IWebProxy |
Provides the base interface for implementing proxy access for the
[!:System.Net.WebRequest] class.
| |
| IWebRequestCreate |
The interface for creating [!:System.Net.WebRequest] class
objects.
|
Delegates
| Delegate | Description | |
|---|---|---|
| HttpContinueDelegate |
Represents the method that notifies callers when a continue response is
received by the client.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| AuthenticationType |
Network authentication type.
Currently supports:
Basic Authentication
Microsoft Live Id Delegate Authentication
| |
| HttpStatusCode |
Contains the values of status codes defined for HTTP.
| |
| Uri..::..Flags |
Defines flags kept in m_Flags variable.
| |
| UriHostNameType |
Defines host name types for the http and https protocols.
method.
| |
| UriKind |
Defines the kinds of [!:System.Uri]s for the
[!:System.Uri.IsWellFormedUriString] method and several
[!:System.Uri] methods.
| |
| WebExceptionStatus |
Defines status codes for the [!:System.Net.WebException]
class.
|