C# 클래스 OakBot.BotIrcClient

파일 보기 프로젝트 열기: ocgineer/OakBot 1 사용 예제들

공개 메소드들

메소드 설명
BotIrcClient ( string ip, int port, TwitchCredentials user ) : System
ReadLine ( ) : string
WriteLine ( string message ) : void
WriteLineThrottle ( string message ) : void

메소드 상세

BotIrcClient() 공개 메소드

public BotIrcClient ( string ip, int port, TwitchCredentials user ) : System
ip string
port int
user TwitchCredentials
리턴 System

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

WriteLine() 공개 메소드

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

WriteLineThrottle() 공개 메소드

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