コード例 #1
0
ファイル: CommandHandler.cs プロジェクト: joklek/POP3r
 public void LogoutFromServer()
 {
     ExcecuteCommand(Commands.QUIT, Commands.QUIT.GetCommandText());
     _communicator.CloseConnection();
 }