C# 클래스 RemObjects.InternetPack.Ftp.FtpListing

상속: System.Collections.ArrayList
파일 보기 프로젝트 열기: remobjects/internetpack

공개 메소드들

메소드 설명
Add ( ) : FtpListingItem
Parse ( String list, System.Boolean includeUpDir ) : void
ToString ( ) : String
this ( Int32 index ) : FtpListingItem

메소드 상세

Add() 공개 메소드

public Add ( ) : FtpListingItem
리턴 FtpListingItem

Parse() 공개 메소드

public Parse ( String list, System.Boolean includeUpDir ) : void
list String
includeUpDir System.Boolean
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

this() 공개 메소드

public this ( Int32 index ) : FtpListingItem
index System.Int32
리턴 FtpListingItem