C# 클래스 Restup.Webserver.Models.Schemas.RestResponse

상속: IRestResponse
파일 보기 프로젝트 열기: tomkuijsten/restup

공개 메소드들

메소드 설명
RestResponse ( int statusCode, string>.IReadOnlyDictionary headers ) : System.Collections.Generic

메소드 상세

RestResponse() 공개 메소드

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