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

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

공개 메소드들

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

Releases all the resources used by the FtpSessionDisconnected object.

보호된 메소드들

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

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

비공개 메소드들

메소드 설명
FtpSessionDisconnected ( FtpClient h, bool caseInsensitive ) : System

메소드 상세

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 FtpSessionDisconnected object.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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