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
|
|
|
||
|
|
|
|
Does this satisfy your needs? You need to import
|
|||
|
|
|
|
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. |
||
|
|
|
|
This is perfect...Thanks! |
||
|
