public static class ApiClientPublic NotInheritable Class ApiClientpublic ref class ApiClient abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
type ApiClient = class end| Get(String, Stream) | Performs a GET HTTP request using HttpWebRequest to the specified URL. |
| Get(String, Stream, String, String, ApiClientInProgressEventHandler, Int32, String) |
Performs a GET HTTP request using HttpWebRequest to the specified URL.
|
| GetParams | Standard request parameters to send via HTTP/HTTPS. |
| Post | Performs an unauthenticated POST HTTP request using HttpWebRequest to the specified url. |