[Home]DotNetSockets

BOOST WIKI | RecentChanges | Preferences | Page List | Links List

.NET Framework 1.1

Here is a UML diagram with the most important stuff of the net library in .NET Framework 1.1.

In .NET you either work with Socket directly or use one of the helper classes TcpClient, TcpListener and UdpClient. They are all based on Socket as you can see. For reading and writing you either call methods of Socket or use the NetworkStream class of TcpClient. This class isn't in the UML diagram as it has similar methods as Socket for reading and writing. It supports the synchronous and asynchronous I/O model as well.

Good:

Bad:


BOOST WIKI | RecentChanges | Preferences | Page List | Links List
Edit text of this page | View other revisions
Last edited March 5, 2005 4:21 pm (diff)
Search:
Disclaimer: This site not officially maintained by Boost Developers