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 | |
|---|---|---|
| .jpeg) | ResponseMessageResultConverter | Initializes a new instance of the ResponseMessageResultConverter class. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Convert | Converts a ResponseMessageResultConverter object to another object. | 
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | 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.