Method | Description | |
---|---|---|
RestProvider ( |
Default constructor for REST provider.
|
Method | Description | |
---|---|---|
MakeRequest ( string target, System.Net.HttpVerb method = HttpVerb.Get, string>.Dictionary |
||
ValidateCertificate ( object sender, |
Validate certificate.
|
public RestProvider ( |
||
encoding | Data encoding. | |
userName | string | User name to authorize request with. |
password | string | Password to authorize request with. |
certificatePath | string | Path to the ceritification file. |
return | System |