ProxyClientHelper Class

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Provides helper methods to create a deployment service client class.

Namespace: Microsoft.Xrm.Sdk.Deployment.Proxy
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

'Declaration
Public NotInheritable Class ProxyClientHelper
public static class ProxyClientHelper

Example

DeploymentServiceClient service = Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper.CreateClient(new Uri("http://MyServerName/XRMDeployment/2011/Deployment.svc"));

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper

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, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

Change History

See Also

Reference

ProxyClientHelper Members
Microsoft.Xrm.Sdk.Deployment.Proxy Namespace

Other Resources

Introduction to the Deployment Web Service

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.