C# Class NSoft.NFramework.Networks.FtpFileInfo

Inheritance: ValueObjectBase
Exibir arquivo Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
FtpFileInfo ( string line, string path ) : System

생성자

GetHashCode ( ) : int

Private Methods

Method Description
FtpFileInfo ( ) : System

static 생성자

GetMatchingRegex ( string line ) : Match

주어진 정보를 정규식으로 파싱한다.

Method Details

FtpFileInfo() public method

생성자
public FtpFileInfo ( string line, string path ) : System
line string FTP에서 전송한 directory 정보
path string 현재 디렉토리 경로
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int