C# Class RAML.Api.Core.ResponseTypeStatusAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: mulesoft-labs/raml-dotnet-apicore

Public Methods

Method Description
ResponseTypeStatusAttribute ( Type responseType, HttpStatusCode status ) : System

Initializes a new instance of the ResponseTypeStatusAttribute class.

Method Details

ResponseTypeStatusAttribute() public method

Initializes a new instance of the ResponseTypeStatusAttribute class.
public ResponseTypeStatusAttribute ( Type responseType, HttpStatusCode status ) : System
responseType System.Type The response type.
status HttpStatusCode The HTTP status code.
return System