C# Class FileFind.Meshwork.ChatRoom

Inheritance: Object
Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
ChatRoom ( Network network, string id, string name ) : System
TestPassword ( string password ) : bool

Private Methods

Méthode Description
AddUser ( Node node ) : void
ChatRoom ( Network network, ChatRoomInfo info ) : System
RemoveUser ( Node node ) : void

Method Details

ChatRoom() public méthode

public ChatRoom ( Network network, string id, string name ) : System
network Network
id string
name string
Résultat System

TestPassword() public méthode

public TestPassword ( string password ) : bool
password string
Résultat bool