HttpWebRequest class

J

Joe Snodgrass

If I want to write C# software to give commands to other people's
websites, and then process the replies, is HttpWebRequest the class I
would use for that task? TIA.
 
I

Ian Collins

If I want to write C# software to give commands to other people's
websites, and then process the replies, is HttpWebRequest the class I
would use for that task? TIA.

Why don't you ask on a C# group?
 
A

Arne Vajhøj

If I want to write C# software to give commands to other people's
websites, and then process the replies, is HttpWebRequest the class I
would use for that task? TIA.

..NET (Http)WebRequest is approx. equivalent to Java (Http)URLConnection.

Which everyone could have told you if you have asked in a .NET group -
in a Java group it is purely coincidence if someone also knows
..NET!

Arne
 
M

Mike Schilling

Peter Duniho said:
Yes, that's one good way to do it. But as Ian suggests, you should ask
the question in the C# or .NET newsgroup
(microsoft.public.languages.csharp

Is that still around? My Usenet provider doesn’t think so (on the server
msnews.microsoft.com, anyway).
 
A

Arne Vajhøj

Yes, that's one good way to do it. But as Ian suggests, you should ask
the question in the C# or .NET newsgroup
(microsoft.public.languages.csharp
microsoft.public.dotnet.languages.csharp

or
microsoft.public.dotnet.framework). Neither the Java nor C++ newsgroup
seem like relevant forums for the question.

Arne
 
A

Arne Vajhøj

Is that still around? My Usenet provider doesn’t think so (on the server
msnews.microsoft.com, anyway).

Sure are.

Just find another NNTP server.

Arne
 

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

Similar Threads

Web development best practice 2
Hello World 2
HttpWebRequest and Reusing Connections 1
HttpWebRequest 1
HttpWebRequest & Fiddler 0
Looking For Advice 1
Async HttpWebRequest 1
Asynchronous HttpWebRequest 0

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top