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

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

공개 메소드들

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

메소드 상세

PostResponse() 공개 메소드

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

PostResponse() 공개 메소드

public PostResponse ( ResponseStatus status, string locationRedirectUri ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
리턴 System.Collections.Generic

PostResponse() 공개 메소드

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

PostResponse() 공개 메소드

public PostResponse ( ResponseStatus status, string locationRedirectUri, object content ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
content object
리턴 System.Collections.Generic

PostResponse() 공개 메소드

public PostResponse ( ResponseStatus status, string locationRedirectUri, object content, string>.IReadOnlyDictionary headers ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
content object
headers string>.IReadOnlyDictionary
리턴 System.Collections.Generic