C# Class Restup.Webserver.Models.Schemas.RestResponse

Inheritance: IRestResponse
ファイルを表示 Open project: tomkuijsten/restup

Public Methods

Method Description
RestResponse ( int statusCode, string>.IReadOnlyDictionary headers ) : System.Collections.Generic

Method Details

RestResponse() public method

public RestResponse ( int statusCode, string>.IReadOnlyDictionary headers ) : System.Collections.Generic
statusCode int
headers string>.IReadOnlyDictionary
return System.Collections.Generic