Sante |
| Class | Description | |
|---|---|---|
| BinaryBodySerializer | Binary body serializer | |
| DefaultContentTypeMapper | Default body binder. | |
| ExtensionMethods | Common extension methods | |
| FormBodySerializer | Form body serializer. | |
| FormElementAttribute | Form element attribute. | |
| HttpBasicCredentials | Represents a credential provider which does basic http | |
| JsonBodySerializer | Represents a body serializer that uses JSON | |
| MultipartBinarySerializer | Mutlipart binary serializer | |
| MultiPartFormData | Represents a multipart attachment | |
| NullHttpCredentials | Request credentials which are NULL | |
| PlaintextSerializer | A body serializer that serializes and deserializes strings into a plaintext body with the content type text/plain. | |
| RestClient | Represents an android enabled rest client | |
| RestClientBase | Represents a simple rest client | |
| RestClientEventArgsBase | Rest client request | |
| RestClientExceptionTResult | Rest client exception. | |
| RestClientExtensions | Extensions methods that target IRestClient | |
| RestRequestCredentials | Represents a series of credentials which are used when accessing the mobile core | |
| RestRequestEventArgs | Request event args | |
| RestResponseEventArgs | Rest client event args | |
| XmlBodySerializer | Represents a body serializer that uses XmlSerializer |
| Interface | Description | |
|---|---|---|
| IBodySerializer | Defines behavior of a content/type mapper | |
| ICertificateValidator | Fired when there are invalid certificate is encountered | |
| IContentTypeMapper | Defines a class that binds a series of serializers to content/types | |
| ICredentialProvider | Authorization event args | |
| IRestClient | Represents a RESTFul client which encapsulates some of the functions of the request | |
| IRestClientFactory | Represents a class which can resolve REST client implementations | |
| IRestException | Marker interface |
| Enumeration | Description | |
|---|---|---|
| ServiceClientErrorType | Service client error type |