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 | |
---|---|---|
ResponseMessageResultConverter | Initializes a new instance of the ResponseMessageResultConverter class. |
Top
Methods
Name | Description | |
---|---|---|
Convert | Converts a ResponseMessageResultConverter object to another object. | |
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.