all groups > dotnet security > october 2006 >
You're in the

dotnet security

group:

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


what is best way to talk to https webpages within .net? any good librarys for talking to https websites? Daniel
10/30/2006 3:46:03 PM
dotnet security:
what is best way to talk to https webpages within .net? any good librarys
for talking to https websites?

RE: what is best way to talk to https webpages within .net? any good l Claus Konrad [MCSD]
10/31/2006 1:02:02 AM
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#)


[quoted text, click to view]
AddThis Social Bookmark Button