atelier v0.0.1 (2018-09-29T13:22:57Z)
Dub
Repo
TcpServer.receive
net
tcpserver
TcpServer
Undocumented in source. Be warned that the author may not have intended to support it.
bool
receive
(Socket clientSocket, string message, uint size)
class
TcpServer
bool
receive
(
Socket
clientSocket
,
ref
string
message
,
uint
size
)
bool
receive
(Socket clientSocket, InStream stream)
Meta
Source
See Implementation
net
tcpserver
TcpServer
constructors
this
destructors
~this
functions
accept
close
open
receive
run
send
properties
address
port
variables
_address
_socket