C# 클래스 Dbot.Client.SimpleIrcListenerClient

상속: ConsolePrintClient, IDisposable
파일 보기 프로젝트 열기: destinygg/bot 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( ) : void
Dispose ( ) : void
Forward ( PublicMessage message ) : void
Run ( IProcessor processor ) : void
Send ( string data ) : void
SendMsg ( string message ) : void
SimpleIrcListenerClient ( string server, int port, string channel, string nick, string pass = null ) : System

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Forward() 공개 메소드

public Forward ( PublicMessage message ) : void
message Dbot.CommonModels.PublicMessage
리턴 void

Run() 공개 메소드

public Run ( IProcessor processor ) : void
processor IProcessor
리턴 void

Send() 공개 메소드

public Send ( string data ) : void
data string
리턴 void

SendMsg() 공개 메소드

public SendMsg ( string message ) : void
message string
리턴 void

SimpleIrcListenerClient() 공개 메소드

public SimpleIrcListenerClient ( string server, int port, string channel, string nick, string pass = null ) : System
server string
port int
channel string
nick string
pass string
리턴 System