C# 클래스 NSoft.NFramework.Networks.Ftp.AbstractFtpFixture

상속: AbstractFixture
파일 보기 프로젝트 열기: debop/NFramework

공개 프로퍼티들

프로퍼티 타입 설명
Dirs string[]

공개 메소드들

메소드 설명
CreateTestFile ( string filepath, long size ) : FileInfo

테스트용 임시 파일을 생성한다.

DisplayEntries ( string remotePath, FtpEntryKind entryKind ) : void

메소드 상세

CreateTestFile() 공개 메소드

테스트용 임시 파일을 생성한다.
public CreateTestFile ( string filepath, long size ) : FileInfo
filepath string
size long
리턴 System.IO.FileInfo

DisplayEntries() 공개 메소드

public DisplayEntries ( string remotePath, FtpEntryKind entryKind ) : void
remotePath string
entryKind FtpEntryKind
리턴 void

프로퍼티 상세

Dirs 공개적으로 정적으로 프로퍼티

public static string[] Dirs
리턴 string[]