C# Class Chill.RestRequest

Afficher le fichier Open project: gnoso/Chill

Méthodes publiques

Méthode Description
Get ( ) : RestResponse
Post ( ) : RestResponse
Post ( object postParams ) : RestResponse
Post ( string body ) : RestResponse
Request ( string method, string body, string contentType ) : HttpWebResponse
RestRequest ( string url ) : System

Private Methods

Méthode Description
GetProperties ( object o ) : IEnumerable

Method Details

Get() public méthode

public Get ( ) : RestResponse
Résultat RestResponse

Post() public méthode

public Post ( ) : RestResponse
Résultat RestResponse

Post() public méthode

public Post ( object postParams ) : RestResponse
postParams object
Résultat RestResponse

Post() public méthode

public Post ( string body ) : RestResponse
body string
Résultat RestResponse

Request() public méthode

public Request ( string method, string body, string contentType ) : HttpWebResponse
method string
body string
contentType string
Résultat System.Net.HttpWebResponse

RestRequest() public méthode

public RestRequest ( string url ) : System
url string
Résultat System