C# Class RemObjects.InternetPack.Ftp.VirtualFtp.DiscFile

Summary description for DiscFile.
Inheritance: FtpFile
Afficher le fichier Open project: remobjects/internetpack

Méthodes publiques

Méthode Description
CreateFile ( Stream source ) : void
DiscFile ( IFtpFolder parent, String name, String localPath ) : System
GetFile ( Stream destination ) : void

Method Details

CreateFile() public méthode

public CreateFile ( Stream source ) : void
source Stream
Résultat void

DiscFile() public méthode

public DiscFile ( IFtpFolder parent, String name, String localPath ) : System
parent IFtpFolder
name String
localPath String
Résultat System

GetFile() public méthode

public GetFile ( Stream destination ) : void
destination Stream
Résultat void