Describes an API defined by relative URI path and HTTP method.
Inheritance Hierarchy
System.Object
  System.Web.Http.Description.ApiDescription
Namespace:  System.Web.Http.Description
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class ApiDescription
'Usage
Dim instance As ApiDescription
public class ApiDescription
public ref class ApiDescription
type ApiDescription =  class end
public class ApiDescription
The ApiDescription type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ApiDescription | Initializes a new instance of the ApiDescription class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ActionDescriptor | Gets or sets the action descriptor that will handle the API. | 
| .jpeg) | Documentation | Gets or sets the documentation of the API. | 
| .jpeg) | HttpMethod | Gets or sets the HTTP method. | 
| .jpeg) | ID | Gets the ID. The ID is unique within HttpServer. | 
| .jpeg) | ParameterDescriptions | Gets the parameter descriptions. | 
| .jpeg) | RelativePath | Gets or sets the relative path. | 
| .jpeg) | Route | Gets or sets the registered route for the API. | 
| .jpeg) | SupportedRequestBodyFormatters | Gets the supported request body formatters. | 
| .jpeg) | SupportedResponseFormatters | Gets the supported response formatters. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .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.