ResponseDescription Class

 

Describes the API response.

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

Inheritance Hierarchy

System.Object
  System.Web.Http.Description.ResponseDescription

Syntax

public class ResponseDescription
public ref class ResponseDescription 
type ResponseDescription = class end
Public Class ResponseDescription

Constructors

Name Description
System_CAPS_pubmethod ResponseDescription()

Initializes a new instance of the ResponseDescription class.

Properties

Name Description
System_CAPS_pubproperty DeclaredType

Gets or sets the declared response type.

System_CAPS_pubproperty Documentation

Gets or sets the response documentation.

System_CAPS_pubproperty ResponseType

Gets or sets the actual response type.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

System.Web.Http.Description Namespace

Return to top