August 2003
Intermediate to advanced
928 pages
32h 1m
English
The FCL provides a layered set of classes for communicating over the network using different levels of abstraction, including raw socket access; TCP, UDP, and HTTP protocol support; a high-level request/response mechanism based on URIs and streams; and pluggable protocol handlers (see Chapter 9).
For more information, see the following namespaces:
System.Net System.Net.Sockets
An important related type in another namespace is
System.IO.Stream.