ResponseContract Class

Definition

Operation response details.

public class ResponseContract
type ResponseContract = class
Public Class ResponseContract
Inheritance
ResponseContract

Constructors

ResponseContract()

Initializes a new instance of the ResponseContract class.

ResponseContract(Int32, String, IList<RepresentationContract>, IList<ParameterContract>)

Initializes a new instance of the ResponseContract class.

Properties

Description

Gets or sets operation response description.

Headers

Gets or sets collection of operation response headers.

Representations

Gets or sets collection of operation response representations.

StatusCode

Gets or sets operation response HTTP status code.

Methods

Validate()

Validate the object.

Applies to