Click or drag to resize

SanteDB.Core.Http Namespace

HTTP Extension classes
Classes
 ClassDescription
Public classBinaryBodySerializer Binary body serializer
Public classDefaultContentTypeMapper Default body binder.
Public classExtensionMethods Common extension methods
Public classFormBodySerializer Form body serializer.
Public classFormElementAttribute Form element attribute.
Public classHttpBasicCredentials Represents a credential provider which does basic http
Public classJsonBodySerializer Represents a body serializer that uses JSON
Public classMultipartBinarySerializer Mutlipart binary serializer
Public classMultiPartFormData Represents a multipart attachment
Public classNullHttpCredentials Request credentials which are NULL
Public classPlaintextSerializer A body serializer that serializes and deserializes strings into a plaintext body with the content type text/plain.
Public classRestClient Represents an android enabled rest client
Public classRestClientBase Represents a simple rest client
Public classRestClientEventArgsBase Rest client request
Public classRestClientExceptionTResult Rest client exception.
Public classRestClientExtensions Extensions methods that target IRestClient
Public classRestRequestCredentials Represents a series of credentials which are used when accessing the mobile core
Public classRestRequestEventArgs Request event args
Public classRestResponseEventArgs Rest client event args
Public classXmlBodySerializer Represents a body serializer that uses XmlSerializer
Interfaces
 InterfaceDescription
Public interfaceIBodySerializer Defines behavior of a content/type mapper
Public interfaceICertificateValidator Fired when there are invalid certificate is encountered
Public interfaceIContentTypeMapper Defines a class that binds a series of serializers to content/types
Public interfaceICredentialProvider Authorization event args
Public interfaceIRestClient Represents a RESTFul client which encapsulates some of the functions of the request
Public interfaceIRestClientFactory Represents a class which can resolve REST client implementations
Public interfaceIRestException Marker interface
Enumerations
 EnumerationDescription
Public enumerationServiceClientErrorType Service client error type