Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / .NET SDK / March 2004

Tip: Looking for answers? Try searching our database.

windows application http client

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
z. f. - 18 Feb 2004 15:24 GMT
what are the http client classes i can use in a windows application?
Chad Z. Hower aka Kudzu - 18 Feb 2004 16:26 GMT
"z. f." <zigi@info-scopeREMSPAM.co.il> wrote in news:O07fqNj9DHA.4080
@tk2msftngp13.phx.gbl:
> what are the http client classes i can use in a windows application?

They are in WebClient. They are probably the most advanced of all the socket
functions in .net, but they still have alot of limitations.

You might also consider Indy, which is free and has very robust HTTP support.

http://www.indyproject.org/

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
     "Programming is an art form that fights back"
Feroze [MSFT] - 23 Feb 2004 04:21 GMT
WebClient is a simple API which should be ok for straightworward
applications. You can use System.Net.HttpWebRequest for more fine grained
control.

Signature

Remove "user" from the email address to reply to the author.

This posting is provided "AS IS" with no warranties, and confers no rights

Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

> "z. f." <zigi@info-scopeREMSPAM.co.il> wrote in news:O07fqNj9DHA.4080
> @tk2msftngp13.phx.gbl:
[quoted text clipped - 10 lines]
> Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
>       "Programming is an art form that fights back"
Chad Z. Hower aka Kudzu - 23 Feb 2004 10:31 GMT
"Feroze [MSFT]" <ferozed@online.microsoft.com> wrote in news:ewFbASc#DHA.2748
@TK2MSFTNGP12.phx.gbl:
> WebClient is a simple API which should be ok for straightworward
> applications. You can use System.Net.HttpWebRequest for more fine grained
> control.

And for more control the user can program TCP directly. :)

"More fine grained control" is just a nice way to say "you can do it
yourself." :)

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
     "Programming is an art form that fights back"
Feroze [MSFT] - 14 Mar 2004 00:36 GMT
Depends on what you want to do. If what you want to achieve is provided by
changing a property or behavior on System.Net.Htpwebrequest, that you should
use that. I disagree that "fine grained control" always involves going to
socket level. Sometimes it may, but without looking at the particular
requirements of this situation, it is difficult to say if that is the case.

For http client scenarios, HttpWebRequest provides functionality that should
satisfy most users. If it doesnt, please let us know and we can try and
address it in the next version. We want to make this class useful to
developers.

Signature

Remove "user" from the email address to reply to the author.

This posting is provided "AS IS" with no warranties, and confers no rights

Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

> "Feroze [MSFT]" <ferozed@online.microsoft.com> wrote in news:ewFbASc#DHA.2748
> @TK2MSFTNGP12.phx.gbl:
[quoted text clipped - 10 lines]
> Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
>       "Programming is an art form that fights back"

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.