views:

1016

answers:

3

I'm writing my first Windows CE app using the .NET Compact Framework v3.5.
I need the app to be able to do an HTTP POST to a URL.
It appears that the .NET CF does not have System.Web.
So, I could use some guidence on how to accomplish and HTTP Posts using the .Net CF. Thanks, Greg

A: 

The HTTPWebRequest class exists in the CF and can be used for posting and scraping the response. A quick search found several promising desktop articles on using them for doing POSTs, many of which can likely be ported.

ctacke
+1  A: 
Craig Norton
A: 

This is perfect...Thanks!

Greg Banister
Cool. I don't suppose you could vote it up and mark it as the correct answer. The reputation gained should push me over 100...which would be nice.
Craig Norton

related questions