
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"
"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"