Share via


MobileProvider Class

[Microsoft.WindowsServerSolutions.Mobile.Web.MobileProvider is no longer available for use as of Windows Server 2012 Essentials.] Wraps the information that is required to consume one of the mobile web services. This information includes the name of the contract, the namespace that contains the contract, and the URI that is required to connect to the web service.

Namespace: Microsoft.WindowsServerSolutions.Mobile.Web
Assembly: MobileWeb (in MobileWeb.dll)

Usage

'Usage
Dim instance As MobileProvider

Syntax

'Declaration
<DataContractAttribute(Name:="MobileProvider", Namespace:="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")> _
Public Class MobileProvider
[DataContractAttribute(Name="MobileProvider", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
public class MobileProvider
[DataContractAttribute(Name=L"MobileProvider", Namespace=L"https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
public ref class MobileProvider
/** @attribute DataContractAttribute(Name="MobileProvider", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") */ 
public class MobileProvider
DataContractAttribute(Name="MobileProvider", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") 
public class MobileProvider

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Mobile.Web.MobileProvider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

MobileProvider Members
Microsoft.WindowsServerSolutions.Mobile.Web Namespace

Copyright © 2012 by Microsoft Corporation. All rights reserved.