std.socketstream
SocketStream is a stream for a blocking, connected Socket.

For Win32 systems, link with ws2_32.lib.

Example:
See /dmd/samples/d/htmlget.d

Authors:
Christopher E. Miller

References:
std.stream