Question for URL

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

What is the code in C# for Inet1.OpenURL(string a) and
Inet1.StillExecuting?

Thanks a lot.
 
Hi Tom,

There's no exact equivalent (in other words, it's not one or two lines of
code). You might want to review the WebRequest class and its SendRequest and
Begin/EndGetResponse methods which is the .NET way of working with HTTP.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top