C# 클래스 IrcD.Commands.Pong

상속: CommandBase
파일 보기 프로젝트 열기: FreeApophis/ircddotnet

공개 메소드들

메소드 설명
Pong ( IrcDaemon ircDaemon ) : System.Collections.Generic

보호된 메소드들

메소드 설명
PrivateHandle ( UserInfo info, List args ) : void
PrivateSend ( CommandArgument commandArgument ) : int

메소드 상세

Pong() 공개 메소드

public Pong ( IrcDaemon ircDaemon ) : System.Collections.Generic
ircDaemon IrcDaemon
리턴 System.Collections.Generic

PrivateHandle() 보호된 메소드

protected PrivateHandle ( UserInfo info, List args ) : void
info UserInfo
args List
리턴 void

PrivateSend() 보호된 메소드

protected PrivateSend ( CommandArgument commandArgument ) : int
commandArgument IrcD.Commands.Arguments.CommandArgument
리턴 int