C# 클래스 GSF.Net.Ftp.FtpSessionConnected

상속: IFtpSessionState
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BeginDataTransfer void
EndDataTransfer void
FtpSessionConnected System
InitRootDirectory void

공개 메소드들

메소드 설명
AbortTransfer ( ) : void
Close ( ) : void
Connect ( string userName, string password ) : void
Dispose ( ) : void

Releases all the resources used by the FtpSessionConnected object.

보호된 메소드들

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

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

비공개 메소드들

메소드 설명
BeginDataTransfer ( GSF.Net.Ftp.FtpDataStream stream ) : void
EndDataTransfer ( ) : void
FtpSessionConnected ( FtpClient h, FtpControlChannel ctrl, bool caseInsensitive ) : System
InitRootDirectory ( ) : void

메소드 상세

AbortTransfer() 공개 메소드

public AbortTransfer ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( string userName, string password ) : void
userName string
password string
리턴 void

Dispose() 공개 메소드

Releases all the resources used by the FtpSessionConnected object.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases the unmanaged resources used by the FtpSessionConnected 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