Skip to main content

GHIElectronics.TinyCLR.Networking.Http

NuGet package containing 25 types across 2 namespaces (System, System.Net).

Classes

ClassNamespaceSummary
HttpKnownHeaderNamesSystem.NetContains known HTTP header names.
HttpListenerSystem.NetProvides a simple, programmatically controlled HTTP protocol listener. This class cannot be inherited.
HttpListenerContextSystem.NetProvides access to the request and response objects used by the HttpListener class. This class cannot be inherited.
HttpListenerRequestSystem.NetDescribes an incoming HTTP request to an System.Net.HttpListener object.
HttpListenerResponseSystem.NetRepresents a response to a request being handled by an System.Net.HttpListener object.
HttpVersionSystem.NetDefines the HTTP version numbers that are supported by the System.Net.HttpWebRequest and System.Net.HttpWebResponse classes.
HttpWebRequestSystem.NetProvides an HTTP-specific implementation of the System.Net.WebRequest class.
HttpWebResponseSystem.NetHandles retrieval of HTTP Response headers, and handles data reads.
NetworkCredentialSystem.NetClass that keeps user name and password.
ProtocolViolationExceptionSystem.NetThe exception that is thrown when an error is made while using a network protocol.
UriSystemProvides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.
WebExceptionSystem.NetDefines the exception that is thrown by System.Net.WebRequest instances when an error occurs.
WebProxySystem.NetContains HTTP proxy settings for the System.Net.WebRequest class.
WebRequestSystem.NetMakes a request to a Uniform Resource Identifier (URI). This is an abstract class.
WebResponseSystem.NetProvides a response from a Uniform Resource Identifier (URI). This is an abstract class.

Interfaces

InterfaceNamespaceSummary
IWebProxySystem.NetProvides the base interface for implementing proxy access for the System.Net.WebRequest class.
IWebRequestCreateSystem.NetThe interface for creating System.Net.WebRequest class objects.

Enums

EnumNamespaceSummary
AuthenticationSchemesSystem.Net
AuthenticationTypeSystem.NetNetwork authentication type. Currently supports: Basic Authentication Microsoft Live Id Delegate Authentication
FlagsSystemDefines flags kept in m_Flags variable.
HttpStatusCodeSystem.NetContains the values of status codes defined for HTTP.
UriHostNameTypeSystemDefines host name types for the http and https protocols. method.
UriKindSystemDefines the kinds of System.Uris for the System.Uri.IsWellFormedUriString method and several System.Uri methods.
WebExceptionStatusSystem.NetDefines status codes for the System.Net.WebException class.

Delegates

DelegateNamespaceSummary
HttpContinueDelegateSystem.NetRepresents the method that notifies callers when a continue response is received by the client.