C# 클래스 hMailServer.Core.Protocols.POP3.CommandParser

파일 보기 프로젝트 열기: hmailserver/hmailserver-net

공개 메소드들

메소드 설명
ParseCommand ( string command ) : Pop3Command
ParseDele ( string command ) : int?
ParsePass ( string command ) : string
ParseRetr ( string command ) : int?
ParseUser ( string command ) : string

비공개 메소드들

메소드 설명
CommandParser ( ) : System

메소드 상세

ParseCommand() 공개 정적인 메소드

public static ParseCommand ( string command ) : Pop3Command
command string
리턴 Pop3Command

ParseDele() 공개 정적인 메소드

public static ParseDele ( string command ) : int?
command string
리턴 int?

ParsePass() 공개 정적인 메소드

public static ParsePass ( string command ) : string
command string
리턴 string

ParseRetr() 공개 정적인 메소드

public static ParseRetr ( string command ) : int?
command string
리턴 int?

ParseUser() 공개 정적인 메소드

public static ParseUser ( string command ) : string
command string
리턴 string