Re: communicating with remote server via http
- From: "Ignacio Machin \( .NET/ C# MVP \)" <ignacio.machin AT dot.state.fl.us>
- Date: Wed, 30 Nov 2005 14:16:40 -0500
Hi,
Did you try to use WebRequest?
What you mean with name-values pairs?
cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Greg" <gregwilliams001@xxxxxxxxxxx> wrote in message
news:1133372027.823342.117050@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I've been tasked with writing a small app to that needs to talk to a
> remote server via raw http.
> Data is to be sent and received using name-value pairs. I have been
> given the syntax for various http requests.
>
> My app doesn't know much about the server app (on a customer's
> computer). Where do I start? What sort of classes do I need to be
> using?
>
> Do I need any other parameters for setting up the Http connection other
> than the IP address and port number? The server machine is running
> Tomcat Webserver (not that that should make any difference.)
>
> Any tips would be very gratefully received.
>
> Greg.
>
.
- Follow-Ups:
- References:
- communicating with remote server via http
- From: Greg
- communicating with remote server via http
- Prev by Date: Re: cast object to interface
- Next by Date: Re: making an http server
- Previous by thread: communicating with remote server via http
- Next by thread: Re: communicating with remote server via http
- Index(es):
Relevant Pages
|