DeploymentServiceClient Constructor (Binding, EndpointAddress)
Applies To: Dynamics CRM 2015
Initializes a new instance of the DeploymentServiceClient class.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
public DeploymentServiceClient(
Binding binding,
EndpointAddress remoteAddress
)
public:
DeploymentServiceClient(
Binding^ binding,
EndpointAddress^ remoteAddress
)
new :
binding:Binding *
remoteAddress:EndpointAddress -> DeploymentServiceClient
Public Sub New (
binding As Binding,
remoteAddress As EndpointAddress
)
Parameters
binding
Type: System.ServiceModel.Channels.BindingType: Binding. The binding.
remoteAddress
Type: System.ServiceModel.EndpointAddressType: EndpointAddress. The address of the remote endpoint.
See Also
DeploymentServiceClient Overload
DeploymentServiceClient Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright