C# 클래스 RohBot.Rooms.Steam.SteamRoom

상속: Room
파일 보기 프로젝트 열기: Rohansi/RohBot

공개 프로퍼티들

프로퍼티 타입 설명
EchoWebStates bool
SteamId SteamKit2.SteamID

공개 메소드들

메소드 설명
Disconnect ( ) : void
Leave ( ) : void
Send ( string str ) : void
SendHistory ( Connection connection ) : void
SendLine ( HistoryLine line ) : void
SteamRoom ( RoomInfo roomInfo ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
HandleEnter ( SteamChat chat, SteamPersona user ) : void
HandleLeave ( SteamChat chat, SteamPersona user, SteamChatLeaveReason reason, SteamPersona sourceUser ) : void
HandleMessage ( SteamChat chat, SteamPersona user, string message ) : void
SendPersistentSysMessage ( string str ) : void

메소드 상세

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Leave() 공개 메소드

public Leave ( ) : void
리턴 void

Send() 공개 메소드

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

SendHistory() 공개 메소드

public SendHistory ( Connection connection ) : void
connection Connection
리턴 void

SendLine() 공개 메소드

public SendLine ( HistoryLine line ) : void
line HistoryLine
리턴 void

SteamRoom() 공개 메소드

public SteamRoom ( RoomInfo roomInfo ) : System
roomInfo RoomInfo
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

EchoWebStates 공개적으로 프로퍼티

public bool EchoWebStates
리턴 bool

SteamId 공개적으로 프로퍼티

public SteamID,SteamKit2 SteamId
리턴 SteamKit2.SteamID