Method | Description | |
---|---|---|
Connect ( System.Guid id ) : void | ||
Disconnect ( ) : void | ||
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ExecuteCommand ( StringBuilder xmlRequest, System.Guid workspaceId ) : StringBuilder | ||
ExecuteCommandAsync ( StringBuilder xmlRequest, System.Guid workspaceId ) : Task |
||
ServerProxy ( |
||
ServerProxy ( string serverUri, ICredentials credentials, IAsyncWorker worker ) : System | ||
ServerProxy ( string webAddress, string userName, string password ) : System | ||
StartAutoConnect ( ) : void | ||
Verify ( Action |
Method | Description | |
---|---|---|
OnNetworkStateChanged ( NetworkStateEventArgs e ) : void |
Method | Description | |
---|---|---|
RaisePermissionsChanged ( ) : void | ||
RaisePermissionsModified ( List |
||
SetupPassthroughEvents ( ) : void | ||
UpdateIsAuthorized ( bool isAuthorized ) : void |
public ExecuteCommand ( StringBuilder xmlRequest, System.Guid workspaceId ) : StringBuilder | ||
xmlRequest | StringBuilder | |
workspaceId | System.Guid | |
return | StringBuilder |
public ExecuteCommandAsync ( StringBuilder xmlRequest, System.Guid workspaceId ) : Task |
||
xmlRequest | StringBuilder | |
workspaceId | System.Guid | |
return | Task |
protected OnNetworkStateChanged ( NetworkStateEventArgs e ) : void | ||
e | NetworkStateEventArgs | |
return | void |
public ServerProxy ( |
||
serverUri | ||
return | System |
public ServerProxy ( string serverUri, ICredentials credentials, IAsyncWorker worker ) : System | ||
serverUri | string | |
credentials | ICredentials | |
worker | IAsyncWorker | |
return | System |
public ServerProxy ( string webAddress, string userName, string password ) : System | ||
webAddress | string | |
userName | string | |
password | string | |
return | System |
public Verify ( Action |
||
callback | Action |
|
wait | bool | |
return | void |