SpringCard LibCs for .NET  18.10.10
A set of utilities to simplify the development of .NET application
SpringCard.LibCs.RestClient Member List

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.RestClientprotected
Credentials (defined in SpringCard.LibCs.RestClient)SpringCard.LibCs.RestClientprotected
DownloadTextFile(string Url, string LocalFileName)SpringCard.LibCs.RestClient
GET(string Url, NetworkCredential Credentials=null) (defined in SpringCard.LibCs.RestClient)SpringCard.LibCs.RestClientstatic
GET_Json(string Url)SpringCard.LibCs.RestClient
POST(string Url, string ContentData, string ContentType, NetworkCredential Credentials=null) (defined in SpringCard.LibCs.RestClient)SpringCard.LibCs.RestClientstatic
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.RestClientstatic
ResponseToTextFile(HttpWebResponse Response, string FileName) (defined in SpringCard.LibCs.RestClient)SpringCard.LibCs.RestClientstatic
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.RestClientstatic
ThrowExceptions (defined in SpringCard.LibCs.RestClient)SpringCard.LibCs.RestClient