D Programming Language 2.0
Comments
D
Home
Last update Sat May 19 02:03:02 2012
D
Language
Phobos
Comparisons
io
io.core
io.file
io.socket
io.port
io.socket
struct
TcpSocket
;
Simple wrapper for
std.socket.
TcpSocket
class.
this(string
hostname
, ushort
port
);
this(InternetAddress
iaddr
);
bool
pull
(ref ubyte[]
buf
);
bool
push
(ref const(ubyte)[]
buf
);
Copyright © 1999-2012 by Digital Mars, All Rights Reserved | Page generated by
Ddoc
.