Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi all,

 

I was wondering if there was any extension for WinInet. WinInet was designed for API32, so I was wondering if Microsoft has developed anything specific for Windows Forms.

Thx for any help

  • Administrators
Posted

There is no direct WinInet support / one-to-one mapping in .Net. However .Net does provide the System.Net and System.Net.Sockets namespaces, you will find a WebClient class - this is a wrapper around a lot of HTTP functionality (upload / download etc).

Also search these forums or places like http://www.codeguru.com and you will find several FTP implementations in .Net.

Out of interest was there a specific piece of functionality from WinINet you were after?

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

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