what is the best cross platform (for MS) way to grab SSL content?

trend

Centurion
Joined
Oct 12, 2004
Messages
171
I have a project that will require my vb.net code to grab SSL content off webpages.

The problem I am having is trying to find out what method will allow for many different windows versions.. from 98,ME,2k,2k3, and XP..

Is WinHTTP the best way to go for SSL and cross platform running?


thanks
Lee
 
Nate Bross said:
Any code written without the use of the Windows API should run regardless of windows version.


I feel stupid, but what does this mean :/

thank you for your help!
 
I don't mean this sarcastically so don't get me wrong, but my beliefe is that any code written using Visual Basic.NET without the use of the Win32 API will run on any computer with the .NET framework. Regardless of the platform, 98, ME, 2k, XP, etc. The .NET framework runs the same on all platforms.

As far as WinHTTP it seems to be what other people use, I am not very familiar with SSL, or WinHTTP. I was just speaking to the cross platform issue.
 
Back
Top