Method | Description | |
---|---|---|
GetLastResponse ( ) : HyvesResponse |
Gets the last response returned from the Hyves service for access to the raw response, and status code for diagnostics purposes. This may be null.
|
|
HyvesSession ( string consumerKey, string consumerSecret, List |
Initializes an instance of a HyvesSession.
|
|
InitializeToken ( string token, string tokenSecret, System.DateTime expireDate ) : void |
Initializes the session information once a session has been created.
|
|
InitializeUserId ( string userId ) : void |
Initializes the user associated with this session.
|
Method | Description | |
---|---|---|
LogResponse ( HyvesResponse response ) : void |
public HyvesSession ( string consumerKey, string consumerSecret, List |
||
consumerKey | string | The consumer key representing the application. |
consumerSecret | string | |
methods | List |
The methods supported in this application. |
return | System |
public InitializeToken ( string token, string tokenSecret, System.DateTime expireDate ) : void | ||
token | string | The unique identifier of the session. |
tokenSecret | string | The secret of the session. |
expireDate | System.DateTime | |
return | void |
public InitializeUserId ( string userId ) : void | ||
userId | string | The identifier of the user associated with the session. |
return | void |