Actions Class Reference
More...
List of all members.
|
Public Member Functions |
|
| Actions () |
| |
|
|
int | Ping (int sleepFor) |
| |
|
|
System.IAsyncResult | BeginPing (int sleepFor, System.AsyncCallback callback, object asyncState) |
| |
|
|
int | EndPing (System.IAsyncResult asyncResult) |
| |
|
|
int | RemoteAuthentication (bool preAuthenticate, string host, string user, string password) |
| |
|
|
System.IAsyncResult | BeginRemoteAuthentication (bool preAuthenticate, string host, string user, string password, System.AsyncCallback callback, object asyncState) |
| |
|
|
int | EndRemoteAuthentication (System.IAsyncResult asyncResult) |
| |
|
|
char[] | GetArray (int sizeToReturn, char charToReturn) |
| |
|
|
System.IAsyncResult | BeginGetArray (int sizeToReturn, char charToReturn, System.AsyncCallback callback, object asyncState) |
| |
|
|
char[] | EndGetArray (System.IAsyncResult asyncResult) |
| |
|
Detailed Description
The documentation for this class was generated from the following file:
- src/test/SimiasTestsCmd/SimiasTestsProxy.cs