Name | Description |
---|---|
M4MBaseWebServiceCaller | A basis class for making web service calls easier which uses RestSharp.Portable. When invoking an HTTP method, the caller goes through the following workflow: The M4MBaseWebServiceCaller.ExecuteHttpRequest methods is invoked : if the response HttpStatusCode is OK, the body is returned ad a string. if the HttpStatusCode is not OK, the private method M4MBaseWebServiceCaller.OnHttpStatusCodeNotOk is invoked. |
M4MCallException | The exception that will be thrown if any problem occurs during a web service call. |