ProxyClientHelper Class
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Provides helper methods to create a deployment service client class.
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultSendTimeout | Gets the timeout for sending requsts to the web service. |
DeploymentServiceClient service = Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper.CreateClient(new Uri("http://MyServerName/XRMDeployment/2011/Deployment.svc"));
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show:


