C# Class SevenDigital.Api.Wrapper.Responses.Response

Datei anzeigen Open project: 7digital/SevenDigital.Api.Wrapper Class Usage Examples

Public Methods

Method Description
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

Method Details

ContentTypeIsJson() public method

public ContentTypeIsJson ( ) : bool
return bool

Response() public method

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

Response() public method

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

Response() public method

public Response ( HttpStatusCode statusCode, string body ) : System
statusCode HttpStatusCode
body string
return System