C# Class NSoft.NFramework.Networks.Ftp.AbstractFtpFixture

Inheritance: AbstractFixture
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Свойство Type Description
Dirs string[]

Méthodes publiques

Méthode Description
CreateTestFile ( string filepath, long size ) : FileInfo

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

DisplayEntries ( string remotePath, FtpEntryKind entryKind ) : void

Method Details

CreateTestFile() public méthode

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

DisplayEntries() public méthode

public DisplayEntries ( string remotePath, FtpEntryKind entryKind ) : void
remotePath string
entryKind FtpEntryKind
Résultat void

Property Details

Dirs public_oe static_oe property

public static string[] Dirs
Résultat string[]