"Peter Foot [MVP]" <(E-Mail Removed)> wrote ...
> Yes it does have HttpWebRequest, but not FtpWebRequest. If you want an
> example of a non-soap web service I did some work on the Facebook
> Developer Toolkit to add .NETCF support:-
> http://www.codeplex.com/FacebookToolkit/
>
> There isn't really a way to filter out the .NETCF only documentation.
> However all the supported classes and methods etc should be marked with a
> PDA icon when they are supported on devices.
Please excuse my thorough confusion, but this is my first mobile
application.
When I set up a mobile device application in Visual Studio, I get a subset
of Framework assemblies to choose from. I'm assuming this is because the
only assemblies that appear are the Compact Framework assemblies.
There is no System.Net namespace, so how do I reference the proper assembly
containing HTTPWebRequest?
In addition, when I enter HTTPWebRequest in the index for Visual Studio
documentation I get the .NET Framework System.Net namespace, nothing about
Compact Framework.
Obviously I'm missing something here...
--
Regards,
Fred Chateau
fchateauAtComcastDotNet