C# 클래스 SevenDigital.Api.Wrapper.Responses.Response

파일 보기 프로젝트 열기: 7digital/SevenDigital.Api.Wrapper 1 사용 예제들

공개 메소드들

메소드 설명
ContentTypeIsJson ( ) : bool
Response ( HttpStatusCode statusCode, string>.IDictionary headers, string body ) : System
Response ( HttpStatusCode statusCode, string>.IDictionary headers, string body, Request originalRequest ) : System
Response ( HttpStatusCode statusCode, string body ) : System

메소드 상세

ContentTypeIsJson() 공개 메소드

public ContentTypeIsJson ( ) : bool
리턴 bool

Response() 공개 메소드

public Response ( HttpStatusCode statusCode, string>.IDictionary headers, string body ) : System
statusCode HttpStatusCode
headers string>.IDictionary
body string
리턴 System

Response() 공개 메소드

public Response ( HttpStatusCode statusCode, string>.IDictionary headers, string body, Request originalRequest ) : System
statusCode HttpStatusCode
headers string>.IDictionary
body string
originalRequest Request
리턴 System

Response() 공개 메소드

public Response ( HttpStatusCode statusCode, string body ) : System
statusCode HttpStatusCode
body string
리턴 System