cheetah ~master (2017-05-16T17:43:37Z)
Dub
Repo
SocketServer.this
cheetah
socketserver
SocketServer
Creates a new tcp socket server.
this
(
string
ip
,
ushort
port
)
this
(
ushort
port
)
class
SocketServer
(T)
this
(
ushort
port
)
Parameters
port
Type:
ushort
The port to listen for connections at.
Meta
Source
See Implementation
cheetah
socketserver
SocketServer
constructors
this
functions
attach
fireEvent
getClient
getClients
moveNext
removeClient
report
start
stop
properties
copyConnectEvents
copyDisconnectEvents
copyErrorEvents
copyReceiveEvents
storeClients
Creates a new tcp socket server.