C# 클래스 FtpAdapters.FtpReader

상속: GSF.TimeSeries.Adapters.FacileActionAdapterBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명
DownloadFile void

공개 메소드들

메소드 설명
FtpReader ( ) : System

Creates a new FtpReader.

GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this FtpReader.

Initialize ( ) : void

Initializes FtpReader.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the FtpReader object and optionally releases the managed resources.

비공개 메소드들

메소드 설명
DownloadFile ( ) : void

메소드 상세

Dispose() 보호된 메소드

Releases the unmanaged resources used by the FtpReader object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

FtpReader() 공개 메소드

Creates a new FtpReader.
public FtpReader ( ) : System
리턴 System

GetShortStatus() 공개 메소드

Gets a short one-line status of this FtpReader.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum number of available characters for display.
리턴 string

Initialize() 공개 메소드

Initializes FtpReader.
public Initialize ( ) : void
리턴 void