Table of Contents

Namespace System.Net.Http

Classes

ByteArrayContent

Provides HTTP content based on a byte array.

HttpClient

Initializes a new instance of the HttpClient class.

HttpClientHandler

The default message handler used by HttpClient in .NET nanoFramework.

HttpContent

A base class representing an HTTP entity body and content headers.

HttpMessageHandler

A base type for HTTP message handlers.

HttpMessageInvoker

A specialty class that allows applications to call the Send(HttpRequestMessage)(HttpRequestMessage) method on an HTTP handler chain.

HttpMethod

A helper class for retrieving and comparing standard HTTP methods and for creating new HTTP methods.

HttpRequestException

A base class for exceptions thrown by the HttpClient and HttpMessageHandler classes.

HttpRequestMessage

Represents a HTTP request message.

HttpResponseMessage

Represents a HTTP response message including the status code and data.

StreamContent

Provides HTTP content based on a stream.

StringContent

Provides HTTP content based on a string.

Enums

ClientCertificateOption

Specifies how client certificates are provided.

HttpCompletionOption

Indicates if HttpClient operations should be considered completed either as soon as a response is available, or after reading the entire response message including the content.