C# Class CampfireHoon.CampfireRoom

Afficher le fichier Open project: pebblecode/ChatQuiz Class Usage Examples

Private Properties

Свойство Type Description
FormatUserChatMessage ChatMessage
GetUserInfo void
LogHttpWebResponse void
ParseChatMessage Task
PreloadUsers void
StartStreaming void
SystemMessage void

Méthodes publiques

Méthode Description
CampfireRoom ( AccountConfig config, int roomId, bool useSsl ) : Newtonsoft.Json
Join ( ) : void
Say ( string message ) : void

Private Methods

Méthode Description
FormatUserChatMessage ( ChatMessageDTO chatDto ) : ChatMessage
GetUserInfo ( int userId ) : void
LogHttpWebResponse ( string action, HttpWebResponse response ) : void
ParseChatMessage ( string line ) : Task
PreloadUsers ( ) : void
StartStreaming ( ) : void
SystemMessage ( string message ) : void

Method Details

CampfireRoom() public méthode

public CampfireRoom ( AccountConfig config, int roomId, bool useSsl ) : Newtonsoft.Json
config AccountConfig
roomId int
useSsl bool
Résultat Newtonsoft.Json

Join() public méthode

public Join ( ) : void
Résultat void

Say() public méthode

public Say ( string message ) : void
message string
Résultat void