C# 클래스 FubarDev.FtpServer.FtpCommand

FTP command with argument
파일 보기 프로젝트 열기: FubarDevelopment/FtpServer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Parse FtpCommand

공개 메소드들

메소드 설명
FtpCommand ( [ commandName, [ commandArgument ) : System

Initializes a new instance of the FtpCommand class.

ToString ( ) : string

비공개 메소드들

메소드 설명
Parse ( [ command ) : FtpCommand

메소드 상세

FtpCommand() 공개 메소드

Initializes a new instance of the FtpCommand class.
public FtpCommand ( [ commandName, [ commandArgument ) : System
commandName [ The command name
commandArgument [ The command argument
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string