Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Version 5 (modified by larsivi, 17 years ago)
--

Leave Comments, Critiques, and Suggestions Here?

Socket Programming

An excellent guide to low-level socket programming is right here.

Tango exposes this kind of low-level access via tango.net.Socket, but that is just too low-lowel for general usage. Thus, Tango provides a number of higher level wrappers to make Internet programming more productive.

SocketConduit?

ServerSocket?

DatagramConduit?

MulticastConduit?

Uri represents Internet URLs:

source:/trunk/doc/images/Uri.gif

This is the Internet equivalent of FileConduit:

source:/trunk/doc/images/SocketConduit.gif