Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Releases all the resources used by the ServiceClientBase object.
|
|
Initialize ( ) : void |
Initializes the remoting client, client helper, and error logger.
|
|
ServiceClientBase ( ) : System |
Creates a new instance of the ServiceClientBase class.
|
|
Start ( string args ) : void |
Handles service start event.
|
Méthode | Description | |
---|---|---|
ClientHelper_ReceivedServiceResponse ( object sender, EventArgs |
Client helper service response reception handler.
|
|
ClientHelper_ReceivedServiceUpdate ( object sender, string>.EventArgs |
Client helper service update reception handler.
|
|
ClientHelper_TelnetSessionEstablished ( object sender, |
Client helper telnet session established handler.
|
|
ClientHelper_TelnetSessionTerminated ( object sender, |
Client helper telnet session terminated handler.
|
|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the ServiceClientBase object and optionally releases the managed resources.
|
Méthode | Description | |
---|---|---|
ClientHelper_AuthenticationFailure ( object sender, CancelEventArgs e ) : void |
Client helper authentication failure reception handler.
|
|
ClientHelper_AuthenticationSuccess ( object sender, |
Client helper authentication success reception handler.
|
|
Connect ( ) : void | ||
Connect ( string username, string password ) : void | ||
DisplayHelp ( ) : void | ||
InitializeTcpClient ( ) : |
||
InitializeTlsClient ( ) : |
||
PromptForCredentials ( StringBuilder username, StringBuilder password ) : void | ||
RemoteCertificateValidationCallback ( object sender, |
||
SetNetworkCredential ( |
||
Write ( string format ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( string format ) : void |
protected ClientHelper_ReceivedServiceResponse ( object sender, EventArgs |
||
sender | object | Sending object. |
e | EventArgs |
Event argument containing the service response. |
Résultat | void |
protected ClientHelper_ReceivedServiceUpdate ( object sender, string>.EventArgs |
||
sender | object | Sending object. |
e | string>.EventArgs | Event argument containing update type and associated message data. |
Résultat | void |
protected ClientHelper_TelnetSessionEstablished ( object sender, |
||
sender | object | Sending object. |
e | Event arguments, if any. | |
Résultat | void |
protected ClientHelper_TelnetSessionTerminated ( object sender, |
||
sender | object | Sending object. |
e | Event arguments, if any. | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Résultat | void |
public Start ( string args ) : void | ||
args | string | Service start arguments. |
Résultat | void |