The Microsoft.Hawaii provides common functionality for the
client libraries classes that communicate over REST to Hawaii services.
Classes
| Class | Description | |
|---|---|---|
| AdmAccessToken |
The adm access token.
| |
| AdmAuthClientIdentity |
The adm authentication client identity.
| |
| AdmTokenService |
The adm token service.
| |
| AdmTokenServiceRequestState |
The request state for Adm token service.
| |
| ClientIdentity |
ClientIdentity represents a client identity for the purposes of communicating with the server.
| |
| ClientLibraryUtils |
A class to store utility functions used by the client libraries.
| |
| ServiceAgent T |
A base class for all Hawaii service agent classes.
These agents are wrapping the communication tasks specific to each service.
ServiceAgent provides functionality common to all these clases.
| |
| ServiceResult |
A base class for all Hawaii service result classes.
Various Hawaii service result classes will represent the result corresponding to different type of Hawaii service calls.
This class contains functionality common to all Hawaii service result classes.
|
Delegates
| Delegate | Description | |
|---|---|---|
| ClientIdentity RetriveAccessTokenComplete |
The delegate of RetriveAccessTokenEvent event.
| |
| ServiceAgent T OnCompleteDelegate |
OnCompleteDelegate delegate type definition.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Status |
Describes the status of a Hawaii service call.
|