ApiDescription Class

 

Describes an API defined by relative URI path and HTTP method.

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

System::Object
  System.Web.Http.Description::ApiDescription

public ref class ApiDescription 

NameDescription
System_CAPS_pubmethodApiDescription()

Initializes a new instance of the ApiDescription class.

NameDescription
System_CAPS_pubpropertyActionDescriptor

Gets or sets the action descriptor that will handle the API.

System_CAPS_pubpropertyDocumentation

Gets or sets the documentation of the API.

System_CAPS_pubpropertyHttpMethod

Gets or sets the HTTP method.

System_CAPS_pubpropertyID

Gets the ID. The ID is unique within HttpServer.

System_CAPS_pubpropertyParameterDescriptions

Gets the parameter descriptions.

System_CAPS_pubpropertyRelativePath

Gets or sets the relative path.

System_CAPS_pubpropertyResponseDescription

Gets or sets the response description.

System_CAPS_pubpropertyRoute

Gets or sets the registered route for the API.

System_CAPS_pubpropertySupportedRequestBodyFormatters

Gets the supported request body formatters.

System_CAPS_pubpropertySupportedResponseFormatters

Gets the supported response formatters.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: