Home All Groups Group Topic Archive Search About

what is best way to talk to https webpages within .net? any good librarys for talking to https websi

Author
30 Oct 2006 11:46 PM
Daniel
what is best way to talk to https webpages within .net? any good librarys
for talking to https websites?

Author
31 Oct 2006 9:02 AM
Claus Konrad [MCSD]
The HttpWebRequest is a fine candidate.
The SSL protocol is negotiated anyways "below" the HttpWebRequest object
(transparently from your client code).

--
rgds.
/Claus Konrad
MCSD.NET (C#)


Show quoteHide quote
"Daniel" wrote:

> what is best way to talk to https webpages within .net? any good librarys
> for talking to https websites?
>
>
>