This is the complete list of members for SpringCard.LibCs.RestClient, including all inherited members.
| ActualUrl(string RelativeUrl) (defined in SpringCard.LibCs.RestClient) | SpringCard.LibCs.RestClient | protected |
| Credentials (defined in SpringCard.LibCs.RestClient) | SpringCard.LibCs.RestClient | protected |
| DownloadTextFile(string Url, string LocalFileName) | SpringCard.LibCs.RestClient | |
| GET(string Url, NetworkCredential Credentials=null) (defined in SpringCard.LibCs.RestClient) | SpringCard.LibCs.RestClient | static |
| GET_Json(string Url) | SpringCard.LibCs.RestClient | |
| POST(string Url, string ContentData, string ContentType, NetworkCredential Credentials=null) (defined in SpringCard.LibCs.RestClient) | SpringCard.LibCs.RestClient | static |
| POST_Json(string Url, JSON Data) | SpringCard.LibCs.RestClient | |
| POST_Json(string Url, JSONObject Data) | SpringCard.LibCs.RestClient | |
| POST_Json(string Url, string ContentData, string ContentType="application/json") | SpringCard.LibCs.RestClient | |
| ResponseToJSON(HttpWebResponse Response) (defined in SpringCard.LibCs.RestClient) | SpringCard.LibCs.RestClient | static |
| ResponseToTextFile(HttpWebResponse Response, string FileName) (defined in SpringCard.LibCs.RestClient) | SpringCard.LibCs.RestClient | static |
| RestClient(bool IgnoreHttpsCertificateError=false) | SpringCard.LibCs.RestClient | |
| RestClient(string BaseUrl, bool IgnoreHttpsCertificateError=false) | SpringCard.LibCs.RestClient | |
| RestClient(string BaseUrl, string UserName, string UserPassword, bool IgnoreHttpsCertificateError=false) | SpringCard.LibCs.RestClient | |
| SetIgnoreHttpsCertificateError() (defined in SpringCard.LibCs.RestClient) | SpringCard.LibCs.RestClient | static |
| ThrowExceptions (defined in SpringCard.LibCs.RestClient) | SpringCard.LibCs.RestClient |