WebRequestExtensions Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines extension methods for working with a web request.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The WebRequestExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetCurrentNetworkInterface | Gets all available information about the network interface that corresponds to a web request. |
![]() ![]() | SetNetworkPreference | Sets the preference for a web request to use either cellular or non-cellular technology. |
![]() ![]() | SetNetworkRequirement | Sets the requirement for a web request to use either cellular or non-cellular technology. |
The WebRequestExtensions class defines methods that get information about the network interface that corresponds to a web request. It also defines methods that set the preference or requirement for a web request to use either cellular or non-cellular technology.
For more information about extension methods, see Extension Methods (C# Programming Guide) or How to: Call an Extension Method (Visual Basic).

