C# Class LANFileTransfer.FileTransSender

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

Public Methods

Method Description
Abort ( ) : void
Dispose ( ) : void
FileTransSender ( string localPath, Stream dest ) : System
Work ( ) : void

Private Methods

Method Description
Dispose ( bool dispose ) : void
WorkImpl_Async ( object state ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

FileTransSender() public method

public FileTransSender ( string localPath, Stream dest ) : System
localPath string
dest Stream
return System

Work() public method

public Work ( ) : void
return void