Re: WebRequest Methods

Tech-Archive recommends: Speed Up your PC by fixing your registry



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.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"Fred Chateau" <fchateau@xxxxxxxxx> wrote in message news:e3SQeIvIIHA.1324@xxxxxxxxxxxxxxxxxxxxxxx
Does Compact Framework have WebRequest methods, such as HTTPWebRequest and HTTPWebResponse? If not, how do I talk to a Web Service that doesn't use standard SOAP protocols?

Also, is there an easy way to separate the documentation for Compact Framework in Visual Studio, so that you are not sorting through all the Framework methods that don't apply.

--
Regards,

Fred Chateau
fchateauAtComcastDotNet



.



Relevant Pages

  • Re: NEED HELP!!!
    ... I have discovered 2 .NET classes, HttpWebRequest and HttpWebResponse, lookin ... show wat files have been copied and wat files are left, or do i need to make ... either a regular website or a web service will solve your problem. ... > Ignacio Machin, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: sending soap over http
    ... > HttpWebRequest and HttpWebResponse objects to send/receive this data. ... wsdl.exe to do exactly that to avoid anyone having to deal with SOAP ... describing the web service and generates .NET source code for a proxy ... set that HTTP header before sending your request. ...
    (microsoft.public.dotnet.xml)
  • Re: VB-Script in C#
    ... The response of web service is the right ... > HttpWebRequest class? ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: System.Net.Sockets.SocketException when using the HttpWebRequest.G
    ... I had a similar error message but got it when ... trying to work with a web service. ... > Dim HTTP_request As HttpWebRequest ... > Dim HTTP_response As HttpWebResponse ...
    (microsoft.public.vsnet.general)