MediaTypeFormatterMatch Class
This class describes how well a particular MediaTypeFormatter matches a request.
Inheritance Hierarchy
System.Object
System.Net.Http.Formatting.MediaTypeFormatterMatch
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Class MediaTypeFormatterMatch
'Usage
Dim instance As MediaTypeFormatterMatch
public class MediaTypeFormatterMatch
public ref class MediaTypeFormatterMatch
type MediaTypeFormatterMatch = class end
public class MediaTypeFormatterMatch
The MediaTypeFormatterMatch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MediaTypeFormatterMatch | Initializes a new instance of the MediaTypeFormatterMatch class. |
Top
Properties
Name | Description | |
---|---|---|
Formatter | Gets the media type formatter. | |
MediaType | Gets the matched media type. | |
Quality | Gets the quality of the match | |
Ranking | Gets the kind of match that occurred. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.