C# Class LANFileTransfer.AppLogic

Inheritance: IDisposable
ファイルを表示 Open project: GHScan/DailyProjects Class Usage Examples

Public Methods

Method Description
CancelWork ( ) : void
Dispose ( ) : void
SendFiles ( string localPath ) : void

Private Methods

Method Description
AppLogic ( ) : System
Dispose ( bool dispose ) : void
OnTransformEnd ( ) : void
UDPProtocol_0_1 ( ) : void

Method Details

CancelWork() public method

public CancelWork ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

SendFiles() public method

public SendFiles ( string localPath ) : void
localPath string
return void