Property | Type | Description | |
---|---|---|---|
Debug | bool |
Method | Description | |
---|---|---|
Get ( string url, object>.Dictionary |
Issues a HTTP GET
|
|
Post ( string url, object>.Dictionary |
Issues a HTTP POST
|
Method | Description | |
---|---|---|
GetPostData ( object>.Dictionary |
Creates a post data string
|
public static Get ( string url, object>.Dictionary |
||
url | string | The url |
headers | object>.Dictionary | Optional headers |
return | string |
protected static GetPostData ( object>.Dictionary |
||
values | object>.Dictionary | The values to convert |
return | string |
public static Post ( string url, object>.Dictionary |
||
url | string | The url |
parameters | object>.Dictionary | Parameters to send as post data |
return | string |