Chapter 6Introduction to System.Net
|
||
|
|
What we have in this chapter?
Summary
This chapter will introduce the System.Net namespace. It will describe the purpose of the classes in System.Net and review its layers of functionality. We will review the basic types and services such as address manipulation and interaction with DNS. We will discuss the socket-level classes, including Socket, NetworkStream, and other helper classes. We then will walk through the HttpWebRequest and HttpWebResponse classes, which provide access to the HTTP protocol. Finally, we will review the request-response URI resolution pattern and its helpers. This chapter also will cover recommendations on when to use System.Net versus the higher-level communication classes provided by Web services and .NET Remoting. Starting with these classes and their basic purpose, the next five chapters will describe the workings of these classes in much more detail.
|
|
|
|
Custom Search
|
|
| < Uniform Resource Identifiers (URIs) | Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7 | Part 8 | IP Addressing and DNS > | ||