Method | Description | |
---|---|---|
AuthenticatingWeb ( string login, string password ) : System |
Constructs an AutnenticatingWeb that is used to wrap an HttpWebRequest with authentication
|
|
Delete ( string url ) : IResponse |
Performns a DELETE and returns HttpWebResponse
|
|
Get ( string url ) : IResponse |
Performns a GET and returns HttpWebResponse
|
|
Get ( string url, IEnumerable |
Performns a GET and returns HttpWebResponse
|
|
Post ( string url, IEnumerable |
Performns a POST and returns HttpWebResponse
|
|
Put ( string url, IEnumerable |
Performns a PUT and returns HttpWebResponse
|
Method | Description | |
---|---|---|
Authenticate ( |
Add credentials to the request
|
public AuthenticatingWeb ( string login, string password ) : System | ||
login | string | |
password | string | |
return | System |
public Get ( string url, IEnumerable |
||
url | string | |
data | IEnumerable |
|
return | IResponse |
public Post ( string url, IEnumerable |
||
url | string | |
data | IEnumerable |
|
return | IResponse |
public Put ( string url, IEnumerable |
||
url | string | |
data | IEnumerable |
|
return | IResponse |