atelier v0.0.1 (2018-09-29T13:22:57Z)
Dub
Repo
TcpServer.send
net
tcpserver
TcpServer
Undocumented in source. Be warned that the author may not have intended to support it.
bool
send
(Socket clientSocket, string message)
class
TcpServer
bool
send
(
Socket
clientSocket
,
string
message
)
bool
send
(Socket clientSocket, OutStream 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