net.openstack.Core Namespace |
Class | Description | |
---|---|---|
BackoffPolicy |
This class provides a default implementation of IBackoffPolicy.
The default implementation uses a progressive back-off policy with no expiration.
| |
CoreTaskExtensions |
Provides extension methods for efficiently creating Task continuations,
with automatic handling of faulted and cancelled antecedent tasks.
| |
ExtensibleEnumT |
Represents the base class for extensible enumeration types used
for strongly-typed values in JSON object models.
| |
HttpStatusCodeParser |
A status parser for HTTP status codes.
| |
ReadOnlyCollectionPageExtensions |
This class provides extension methods for the ReadOnlyCollectionPageT class.
| |
ResourceIdentifierT |
Represents a unique identifier within the context of a cloud services provider.
| |
RestWebHeaderCollection |
Contains protocol headers associated with a REST request or response.
| |
UriUtility |
Provides static utility methods for encoding and decoding text within
RFC 3986 URIs.
| |
WebRequestExtensions |
Provides extension methods for asynchronous operations on
WebRequest objects.
|
Interface | Description | |
---|---|---|
IBackoffPolicy |
Represents a back-off policy.
| |
IEncodeDecodeProvider |
This interface provides methods for encoding and decoding strings which are
embedded in the query string section of a URL.
| |
IObjectStorageMetadataProcessor |
This interface represents an object that can extract metadata information from a
collection of HTTP headers returned from a REST request.
| |
IStatusParser |
Represents an object which can convert a string to a Status object
containing a status code and a textual representation of that status.
|
Enumeration | Description | |
---|---|---|
AsyncCompletionOption |
Specifies when a Task representing an asynchronous server operation
should be considered complete.
| |
UriPart |
Represents a specific part of a URI.
|