namespace Http

in global :: System . Net

This namespace contains:

namespace Headers
class ByteArrayContent Provides HTTP content based on a byte array.
class FormUrlEncodedContent A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type.
class HttpContent A base class representing an HTTP entity body and content headers.
class HttpRequestException A base class for exceptions thrown by the and classes.
class HttpResponseMessage Represents a HTTP response message including the status code and data.
class MultipartContent Provides a collection of objects that get serialized using the multipart/* content type specification.
class StreamContent Provides HTTP content based on a stream.
class StringContent Provides HTTP content based on a string.