ResponseMessageResultConverter Class

Represents a converter for actions with a return type of HttpResponseMessage.

Inheritance Hierarchy

System.Object
  System.Web.Http.Controllers.ResponseMessageResultConverter

Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Class ResponseMessageResultConverter _
    Implements IActionResultConverter
'Usage
Dim instance As ResponseMessageResultConverter
public class ResponseMessageResultConverter : IActionResultConverter
public ref class ResponseMessageResultConverter : IActionResultConverter
type ResponseMessageResultConverter =  
    class 
        interface IActionResultConverter 
    end
public class ResponseMessageResultConverter implements IActionResultConverter

The ResponseMessageResultConverter type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Convert Converts a ResponseMessageResultConverter object to another object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.Controllers Namespace