次の方法で共有


ResponseContract クラス

定義

操作応答の詳細。

public class ResponseContract
type ResponseContract = class
Public Class ResponseContract
継承
ResponseContract

コンストラクター

ResponseContract()

ResponseContract クラスの新しいインスタンスを初期化します。

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

ResponseContract クラスの新しいインスタンスを初期化します。

プロパティ

Description

操作応答の説明を取得または設定します。

Headers

操作応答ヘッダーのコレクションを取得または設定します。

Representations

操作応答表現のコレクションを取得または設定します。

StatusCode

操作応答の HTTP 状態コードを取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象