Jump to content
Xtreme .Net Talk

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


Recommended Posts

Posted

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

Posted
Any code written without the use of the Windows API should run regardless of windows version.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Posted
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!

Posted

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.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...