C# Class Dev2.Activities.Specs.BaseTypes.FileToolsBase

Inheritance: RecordSetBases
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Свойство Type Description
Server SftpServer
ServerLock object

Méthodes protégées

Méthode Description
BuildDataList ( ) : void
RemovedFilesCreatedForTesting ( ) : void
ShutdownSftpServer ( ) : void
StartSftpServer ( ) : void

Starts the SFTP server.

Method Details

BuildDataList() protected méthode

protected BuildDataList ( ) : void
Résultat void

RemovedFilesCreatedForTesting() protected static méthode

protected static RemovedFilesCreatedForTesting ( ) : void
Résultat void

ShutdownSftpServer() protected static méthode

protected static ShutdownSftpServer ( ) : void
Résultat void

StartSftpServer() protected static méthode

Starts the SFTP server.
protected static StartSftpServer ( ) : void
Résultat void

Property Details

Server public_oe static_oe property

public static SftpServer Server
Résultat SftpServer

ServerLock public_oe static_oe property

public static object ServerLock
Résultat object