C# Class Chill.RestRequest

Show file Open project: gnoso/Chill

Public Methods

Method 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

Method Description
GetProperties ( object o ) : IEnumerable

Method Details

Get() public method

public Get ( ) : RestResponse
return RestResponse

Post() public method

public Post ( ) : RestResponse
return RestResponse

Post() public method

public Post ( object postParams ) : RestResponse
postParams object
return RestResponse

Post() public method

public Post ( string body ) : RestResponse
body string
return RestResponse

Request() public method

public Request ( string method, string body, string contentType ) : HttpWebResponse
method string
body string
contentType string
return System.Net.HttpWebResponse

RestRequest() public method

public RestRequest ( string url ) : System
url string
return System