Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NetWrok
Room
C# Class NetWrok.Room
Show file
Open project: simonwittber/netwrok-client
Public Properties
Property
Type
Description
clients
List
name
string
Public Methods
Method
Description
AddMember
(
string
uid
) :
void
RemoveMember
(
string
uid
) :
void
Method Details
AddMember()
public
method
public
AddMember
(
string
uid
) :
void
uid
string
return
void
RemoveMember()
public
method
public
RemoveMember
(
string
uid
) :
void
uid
string
return
void
Property Details
clients
public property
public
List
clients
return
List
name
public property
public
string
name
return
string