Chapter 7. Web connectivity

The Windows Phone app platform provides some basic support for connecting to the web via two core classes, WebClient and HttpWebRequest, and their supporting types. It also provides a modified version of the Microsoft Silverlight WebBrowser control for rendering and interacting with HTML webpages. Beyond these, there are additional SDKs available for developing with social networks such as Facebook and Twitter as well as with cloud data services such as SkyDrive. This chapter compares and contrasts the primary web connectivity mechanisms, and also explore a range of additional SDKs.

The WebClient and HttpWebRequest classes

The platform supports basic get or post web requests through two classes: WebClient and HttpWebRequest ...

Get Windows Phone 8 Development Internals now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.