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

Summary description for DiscFile.
Inheritance: FtpFile
显示文件 Open project: remobjects/internetpack

Public Methods

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

Method Details

CreateFile() public method

public CreateFile ( Stream source ) : void
source Stream
return void

DiscFile() public method

public DiscFile ( IFtpFolder parent, String name, String localPath ) : System
parent IFtpFolder
name String
localPath String
return System

GetFile() public method

public GetFile ( Stream destination ) : void
destination Stream
return void