C# Class LKCamelot.WebSocketListener

Datei anzeigen Open project: vans163/LKEmu Class Usage Examples

Public Properties

Property Type Description
KeepAliveThread System.Threading.Thread
allSockets List
allSocketsLock object

Public Methods

Method Description
run ( ) : void

Method Details

run() public method

public run ( ) : void
return void

Property Details

KeepAliveThread public_oe property

public System.Threading.Thread KeepAliveThread
return System.Threading.Thread

allSockets public_oe property

public List allSockets
return List

allSocketsLock public_oe property

public object allSocketsLock
return object