Class ResponseDescription
- Namespace
- System.Web.Http.Description
- Assembly
- System.Web.Http.dll
Describes the API response.
public class ResponseDescription
- Inheritance
-
ResponseDescription
- Inherited Members
Constructors
ResponseDescription()
Initializes a new instance of the ResponseDescription class.
public ResponseDescription()
Properties
DeclaredType
Gets or sets the declared response type.
public Type DeclaredType { get; set; }
Property Value
- Type
The declared response type.
Documentation
Gets or sets the response documentation.
public string Documentation { get; set; }
Property Value
- string
The response documentation.
ResponseType
Gets or sets the actual response type.
public Type ResponseType { get; set; }
Property Value
- Type
The actual response type.