System.Net.Http.Formatting Namespace
Classes
ContentNegotiationResult |
Represents the result of content negotiation performed using Negotiate(Type, HttpRequestMessage, IEnumerable<MediaTypeFormatter>) |
DefaultContentNegotiator |
Class that selects a System.Net.Http.Formatting.MediaTypeFormatter for an HttpRequestMessage or HttpResponseMessage. |
FormDataCollection | |
MediaTypeFormatterMatch |
This class describes how well a particular System.Net.Http.Formatting.MediaTypeFormatter matches a request. |
Interfaces
IContentNegotiator |
Performs content negotiation. This is the process of selecting a response writer (formatter) in compliance with header values in the request. |
Enums
MediaTypeFormatterMatchRanking |
Contains information about the degree to which a System.Net.Http.Formatting.MediaTypeFormatter matches the explicit or implicit preferences found in an incoming request. |