ProxyClientHelper Class
Applies To: Dynamics CRM 2015
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)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper
Syntax
public static class ProxyClientHelper
public ref class ProxyClientHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type ProxyClientHelper = class end
Public NotInheritable Class ProxyClientHelper
Methods
Name | Description | |
---|---|---|
CreateClient(Uri) | Creates a deployment web service client, setting the URL. |
|
CreateClient(Uri, TimeSpan) | Creates a deployment web service client, setting the URL and the timeout. |
Fields
Name | Description | |
---|---|---|
DefaultSendTimeout | Gets the timeout for sending requsts to the web service. |
Examples
DeploymentServiceClient service = Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper.CreateClient(new Uri("http://MyServerName/XRMDeployment/2011/Deployment.svc"));
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.
See Also
Microsoft.Xrm.Sdk.Deployment.Proxy Namespace
Introduction to the deployment web service
Return to top
© 2016 Microsoft. All rights reserved. Copyright