C# Class FileFind.Meshwork.ChatRoom

Inheritance: Object
显示文件 Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
ChatRoom ( Network network, string id, string name ) : System
TestPassword ( string password ) : bool

Private Methods

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

Method Details

ChatRoom() public method

public ChatRoom ( Network network, string id, string name ) : System
network Network
id string
name string
return System

TestPassword() public method

public TestPassword ( string password ) : bool
password string
return bool