XMLHTTPRequest in .NETCF?

R

Rob Hughes

I am upgrading an eVB application to .NET and I just ran into a
problem. The eVB application uses the XMLHTTPRequest object and I'm
not sure what the equivalent is in .NETCF if there is one? The
XMLHTTPRequest object is being used to send some XML to the server and
then check the response. Does anyone have any ideas what direction I
should go with this?

Thanks.
 
G

Girish NS

Hi,

You can use WebRequest and WebResponse object in System.NET namespace as
equivalent to XMLHTTPRequest object.

Girish.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top