C# 클래스 Dev2.Activities.Specs.BaseTypes.FileToolsBase

상속: RecordSetBases
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 프로퍼티들

프로퍼티 타입 설명
Server SftpServer
ServerLock object

보호된 메소드들

메소드 설명
BuildDataList ( ) : void
RemovedFilesCreatedForTesting ( ) : void
ShutdownSftpServer ( ) : void
StartSftpServer ( ) : void

Starts the SFTP server.

메소드 상세

BuildDataList() 보호된 메소드

protected BuildDataList ( ) : void
리턴 void

RemovedFilesCreatedForTesting() 보호된 정적인 메소드

protected static RemovedFilesCreatedForTesting ( ) : void
리턴 void

ShutdownSftpServer() 보호된 정적인 메소드

protected static ShutdownSftpServer ( ) : void
리턴 void

StartSftpServer() 보호된 정적인 메소드

Starts the SFTP server.
protected static StartSftpServer ( ) : void
리턴 void

프로퍼티 상세

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

public static SftpServer Server
리턴 SftpServer

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

public static object ServerLock
리턴 object