C# 클래스 RemObjects.InternetPack.Ftp.VirtualFtp.DiscFile

Summary description for DiscFile.
상속: FtpFile
파일 보기 프로젝트 열기: remobjects/internetpack

공개 메소드들

메소드 설명
CreateFile ( Stream source ) : void
DiscFile ( IFtpFolder parent, String name, String localPath ) : System
GetFile ( Stream destination ) : void

메소드 상세

CreateFile() 공개 메소드

public CreateFile ( Stream source ) : void
source Stream
리턴 void

DiscFile() 공개 메소드

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

GetFile() 공개 메소드

public GetFile ( Stream destination ) : void
destination Stream
리턴 void