Method | Description | |
---|---|---|
Authenticate ( |
||
Authenticate ( string userID, string password ) : void | ||
BackendConnection ( string host ) : System | ||
DoGet ( string path, Dictionary |
||
DoPostData ( string path, string postDataBody, |
||
DoPostForm ( string path, Dictionary |
||
Execute ( AbstractBackendTask task, Action |
||
NewContextDict ( ) : object>.Dictionary |
||
PaymentAction ( ) : string | ||
RequestDigest ( string path, string body = null, Dictionary |
||
ResponseDigest ( string body, string password = null ) : string | ||
RetryRequest ( ) : void | ||
StartSession ( string sessionID, int sequence ) : void | ||
TargetedAction ( string target, string action = null ) : string | ||
UserAction ( string action = null ) : string |
Method | Description | |
---|---|---|
AbsURL ( string path ) : string | ||
CreatePostFormWWW ( string path, Dictionary |
||
CreateRequestHeaders ( string path, string body = null, Dictionary |
||
DoRequest ( |
||
ResponseAsDictionary ( |
||
SHA1HexDigest ( string str ) : string | ||
SetCookie ( string cookieValue ) : void |
public Authenticate ( |
||
auth | ||
return | void |
public Authenticate ( string userID, string password ) : void | ||
userID | string | |
password | string | |
return | void |
public BackendConnection ( string host ) : System | ||
host | string | |
return | System |
public DoGet ( string path, Dictionary |
||
path | string | |
urlParams | Dictionary |
|
cancellationToken | ||
verifyResponse | bool | |
responseCallback | object>.Action | |
return | IEnumerator |
public DoPostData ( string path, string postDataBody, |
||
path | string | |
postDataBody | string | |
cancellationToken | ||
verifyResponse | bool | |
responseCallback | object>.Action | |
return | IEnumerator |
public DoPostForm ( string path, Dictionary |
||
path | string | |
formData | Dictionary |
|
cancellationToken | ||
verifyResponse | bool | |
responseCallback | object>.Action | |
return | IEnumerator |
public Execute ( AbstractBackendTask task, Action |
||
task | AbstractBackendTask | |
onSuccess | Action |
|
onError | Action |
|
return | void |
public NewContextDict ( ) : object>.Dictionary |
||
return | object>.Dictionary |
public RequestDigest ( string path, string body = null, Dictionary |
||
path | string | |
body | string | |
urlParams | Dictionary |
|
return | string |
public ResponseDigest ( string body, string password = null ) : string | ||
body | string | |
password | string | |
return | string |
public StartSession ( string sessionID, int sequence ) : void | ||
sessionID | string | |
sequence | int | |
return | void |
public TargetedAction ( string target, string action = null ) : string | ||
target | string | |
action | string | |
return | string |
public UserAction ( string action = null ) : string | ||
action | string | |
return | string |