C# Class LANFileTransfer.FileTransSender

Inheritance: IDisposable
Afficher le fichier Open project: GHScan/DailyProjects Class Usage Examples

Méthodes publiques

Méthode Description
Abort ( ) : void
Dispose ( ) : void
FileTransSender ( string localPath, Stream dest ) : System
Work ( ) : void

Private Methods

Méthode Description
Dispose ( bool dispose ) : void
WorkImpl_Async ( object state ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileTransSender() public méthode

public FileTransSender ( string localPath, Stream dest ) : System
localPath string
dest Stream
Résultat System

Work() public méthode

public Work ( ) : void
Résultat void