C# Class LKCamelot.WebSocketListener

Afficher le fichier Open project: vans163/LKEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
KeepAliveThread System.Threading.Thread
allSockets List
allSocketsLock object

Méthodes publiques

Méthode Description
run ( ) : void

Method Details

run() public méthode

public run ( ) : void
Résultat void

Property Details

KeepAliveThread public_oe property

public System.Threading.Thread KeepAliveThread
Résultat System.Threading.Thread

allSockets public_oe property

public List allSockets
Résultat List

allSocketsLock public_oe property

public object allSocketsLock
Résultat object