Articles
|
News
|
Weblogs
|
Books
|
Forums
Artima Forums
|
Articles
|
Weblogs
|
Java Answers
|
News
Sponsored Link
•
.NET Buzz Forum
Sample HTTP Server Skeleton in C#
0
replies on
1
page.
Welcome
Guest
Sign In
Back to Topic List
Reply to this Topic
Search Forum
Threaded View
Previous Topic
Next Topic
Flat View: This topic has
0
replies on
1
page
Max Zone
Posts: 9170
Nickname: dzone
Registered: Jun, 2006
dzone.com is a link-sharing community where member participation determines what gets published
Sample HTTP Server Skeleton in C#
Posted: Jan 9, 2007 6:17 AM
Reply
This post originated from an RSS feed registered with .NET Buzz by Max Zone.
Original Post:
Sample HTTP Server Skeleton in C#
Feed Title: dzone.com: .net
Feed URL: http://www.dzone.com/feed/frontpage/.net/rss.xml
Feed Description: dzone.com: fresh .net links for developers
Latest
.NET Buzz
Posts
Latest .NET Buzz Posts by
Max Zone
Latest Posts From
dzone.com: .net
Advertisement
We need to serve HTTP content, to a regular browser, or another HTTP client from our application. Lets create an abstract class for handling the HTTP request, and let the derived class handle the response, without worrying about anything else.
Read:
Sample HTTP Server Skeleton in C#
Previous Topic
Next Topic
Sponsored Links
Web
Artima.com
Copyright
© 1996-2019 Artima, Inc. All Rights Reserved. -
Privacy Policy
-
Terms of Use