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

Afficher le fichier Open project: 7digital/SevenDigital.Api.Wrapper Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ContentTypeIsJson ( ) : bool
Résultat bool

Response() public méthode

public Response ( HttpStatusCode statusCode, string>.IDictionary headers, string body ) : System
statusCode HttpStatusCode
headers string>.IDictionary
body string
Résultat System

Response() public méthode

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

Response() public méthode

public Response ( HttpStatusCode statusCode, string body ) : System
statusCode HttpStatusCode
body string
Résultat System