C# 클래스 Hardly.Library.Twitch.TwitchChatRoom

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

공개 프로퍼티들

프로퍼티 타입 설명
factory ITwitchFactory
pointManager ChannelPointManager
twitchConnection TwitchConnection

공개 메소드들

메소드 설명
SendChatMessage ( string message ) : void
SendWhisper ( TwitchUser speakee, string message ) : void
Timeout ( TwitchUser speaker, System.TimeSpan timeSpan ) : void
TwitchChatRoom ( ITwitchFactory factory, TwitchIrcConnection chatConnection, TwitchIrcConnection whisperConnection, TwitchConnection twitchConnection ) : System

비공개 메소드들

메소드 설명
SendIrcMessage ( string message ) : void

메소드 상세

SendChatMessage() 공개 메소드

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

SendWhisper() 공개 메소드

public SendWhisper ( TwitchUser speakee, string message ) : void
speakee TwitchUser
message string
리턴 void

Timeout() 공개 메소드

public Timeout ( TwitchUser speaker, System.TimeSpan timeSpan ) : void
speaker TwitchUser
timeSpan System.TimeSpan
리턴 void

TwitchChatRoom() 공개 메소드

public TwitchChatRoom ( ITwitchFactory factory, TwitchIrcConnection chatConnection, TwitchIrcConnection whisperConnection, TwitchConnection twitchConnection ) : System
factory ITwitchFactory
chatConnection TwitchIrcConnection
whisperConnection TwitchIrcConnection
twitchConnection TwitchConnection
리턴 System

프로퍼티 상세

factory 공개적으로 프로퍼티

public ITwitchFactory factory
리턴 ITwitchFactory

pointManager 공개적으로 프로퍼티

public ChannelPointManager,Hardly.Library.Twitch pointManager
리턴 ChannelPointManager

twitchConnection 공개적으로 프로퍼티

public TwitchConnection twitchConnection
리턴 TwitchConnection