See: Description
Interface | Description |
---|---|
DiagnosticDescription |
Optional interface for components to describe their own configuration.
|
HttpAuthentication |
Represents a supported method of HTTP authentication, including proxy authentication.
|
HttpConfiguration |
Encapsulates top-level HTTP configuration that applies to all SDK components.
|
HttpConfigurationFactory |
Interface for a factory that creates an
HttpConfiguration . |
PersistentDataStoreFactory |
Interface for a factory that creates some implementation of a persistent data store.
|
Class | Description |
---|---|
HttpAuthentication.Challenge |
Properties of an HTTP authentication challenge.
|
Exception | Description |
---|---|
SerializationException |
General exception class for all errors in serializing or deserializing JSON.
|
You will not need to refer to these types in your code unless you are creating a plug-in component, such as a database integration.