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

상속: RestResponse, IGetResponse
파일 보기 프로젝트 열기: tomkuijsten/restup 1 사용 예제들

공개 메소드들

메소드 설명
GetResponse ( ResponseStatus status ) : System.Collections.Generic
GetResponse ( ResponseStatus status, string>.IReadOnlyDictionary headers ) : System.Collections.Generic
GetResponse ( ResponseStatus status, string>.IReadOnlyDictionary headers, object data ) : System.Collections.Generic
GetResponse ( ResponseStatus status, object data ) : System.Collections.Generic

메소드 상세

GetResponse() 공개 메소드

public GetResponse ( ResponseStatus status ) : System.Collections.Generic
status ResponseStatus
리턴 System.Collections.Generic

GetResponse() 공개 메소드

public GetResponse ( ResponseStatus status, string>.IReadOnlyDictionary headers ) : System.Collections.Generic
status ResponseStatus
headers string>.IReadOnlyDictionary
리턴 System.Collections.Generic

GetResponse() 공개 메소드

public GetResponse ( ResponseStatus status, string>.IReadOnlyDictionary headers, object data ) : System.Collections.Generic
status ResponseStatus
headers string>.IReadOnlyDictionary
data object
리턴 System.Collections.Generic

GetResponse() 공개 메소드

public GetResponse ( ResponseStatus status, object data ) : System.Collections.Generic
status ResponseStatus
data object
리턴 System.Collections.Generic