C# 클래스 FileFind.Meshwork.ChatRoom

상속: Object
파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

공개 메소드들

메소드 설명
ChatRoom ( Network network, string id, string name ) : System
TestPassword ( string password ) : bool

비공개 메소드들

메소드 설명
AddUser ( Node node ) : void
ChatRoom ( Network network, ChatRoomInfo info ) : System
RemoveUser ( Node node ) : void

메소드 상세

ChatRoom() 공개 메소드

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

TestPassword() 공개 메소드

public TestPassword ( string password ) : bool
password string
리턴 bool