FormatterSelector Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Class that selects a MediaTypeFormatter for an HttpRequestMessage or HttpResponseMessage.

Inheritance Hierarchy

System.Object
  System.Net.Http.Formatting.FormatterSelector

Namespace:  System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Public Class FormatterSelector _
    Implements IFormatterSelector
public class FormatterSelector : IFormatterSelector
public ref class FormatterSelector : IFormatterSelector
type FormatterSelector =  
    class
        interface IFormatterSelector
    end
public class FormatterSelector implements IFormatterSelector

The FormatterSelector type exposes the following members.

Constructors

  Name Description
Public method FormatterSelector Initializes a new instance of the FormatterSelector class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnSelectReadFormatter Called to select a formatter for deserializing an instance of a given type.
Protected method OnSelectWriteFormatter Called to select a formatter for serializing an instance of a given type.
Public method SelectReadFormatter Selects a formatter for deserializing an instance of a given type.
Public method SelectWriteFormatter Selects a formatter for serializing an instance of a given type.
Public method ToString Returns a string that represents the current object. (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.

See Also

Reference

System.Net.Http.Formatting Namespace