
Public Member Functions | |
| WebState (string DomainID, string CollectionID) | |
| Get a WebState object for the specified domain and collection. | |
| WebState (string DomainID, string CollectionID, string UserID) | |
| Get a WebState object for the specified domain. | |
| WebState (string DomainID, string CollectionID, string UserID, SimiasConnection.AuthType authType) | |
| Get a WebState object for the specified domain. | |
| WebState (string DomainID) | |
| Get a WebState with the specified credential. | |
| void | InitializeWebRequest (HttpWebRequest request, string domainID) |
| Initialize the HttpWebRequest. | |
| void | InitializeWebClient (HttpWebClientProtocol request, string domainID) |
| Initialize the web service proxy stub. | |
Static Public Member Functions | |
| static void | ResetWebState (string domainID) |
| Resets the WebState object. | |
| Simias::WebState::WebState | ( | string | DomainID, | |
| string | CollectionID | |||
| ) | [inline] |
Get a WebState object for the specified domain and collection.
| domainID | The domain ID. | |
| collectionID | The collection associated with the domain |
| Simias::WebState::WebState | ( | string | DomainID, | |
| string | CollectionID, | |||
| string | UserID | |||
| ) | [inline] |
Get a WebState object for the specified domain.
| domainID | The domain ID. | |
| collectionID | The collection ID. | |
| userID | User ID of a member in the domain. |
| Simias::WebState::WebState | ( | string | DomainID, | |
| string | CollectionID, | |||
| string | UserID, | |||
| SimiasConnection.AuthType | authType | |||
| ) | [inline] |
Get a WebState object for the specified domain.
| DomainID | The domain ID. | |
| CollectionID | The collection ID. | |
| UserID | User ID of a member in the domain. | |
| authType | The type of authentication to use. |
| Simias::WebState::WebState | ( | string | DomainID | ) | [inline] |
| void Simias::WebState::InitializeWebRequest | ( | HttpWebRequest | request, | |
| string | domainID | |||
| ) | [inline] |
Initialize the HttpWebRequest.
| request | The request to initialize. | |
| domainID | The identifier for the domain. |
| void Simias::WebState::InitializeWebClient | ( | HttpWebClientProtocol | request, | |
| string | domainID | |||
| ) | [inline] |
Initialize the web service proxy stub.
| request | The client proxy to initialize | |
| domainID | The identifier for the domain. |
| static void Simias::WebState::ResetWebState | ( | string | domainID | ) | [inline, static] |
1.5.6