C# Class openXDAConsole.ServiceClient

ファイルを表示 Open project: GridProtectionAlliance/openXDA

Public Methods

Method Description
ServiceClient ( ) : System
Start ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClientHelper_AuthenticationFailure ( object sender, CancelEventArgs e ) : void
ClientHelper_ProcessStateChanged ( object sender, EventArgs e ) : void
ClientHelper_ReceivedServiceResponse ( object sender, EventArgs e ) : void
ClientHelper_ReceivedServiceUpdate ( object sender, string>.EventArgs e ) : void
ClientHelper_TelnetSessionEstablished ( object sender, EventArgs e ) : void
ClientHelper_TelnetSessionTerminated ( object sender, EventArgs e ) : void
DisplayHelp ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ServiceClient() public method

public ServiceClient ( ) : System
return System

Start() public method

public Start ( ) : void
return void