RestClient class
Http client.
public static class RestClient
Public Members
name | description |
---|---|
static ApiKeyHeaderName { get; } | Name of the API key header. See Required headers for more info. |
static ApplicationIdHeaderName { get; } | Name of the ApplicationId header. See Required headers for more info. |
static LicenseKeyHeaderName { get; } | Name of the license key header. See Required headers for more info. |
static Timeout { get; set; } | Request timeout. Defaults to 100 seconds. |
static Delete(…) | Sends a DELETE request. |
static Get(…) | Sends a GET request. |
static Head(…) | Sends a HEAD request. |
static Post(…) | Sends a media file with POST request (3 methods) |
static Put(…) | Sends a file-media PUT request. (2 methods) |
See Also
- namespace Amica