Share via


DeploymentServiceClient Constructors

Definition

Initializes a new instance of the DeploymentServiceClient class.

Overloads

DeploymentServiceClient()

Initializes a new instance of the DeploymentServiceClient class.

DeploymentServiceClient(String)

Initializes a new instance of the DeploymentServiceClient class.

DeploymentServiceClient(Binding, EndpointAddress)

Initializes a new instance of the DeploymentServiceClient class.

DeploymentServiceClient(String, EndpointAddress)

Initializes a new instance of the DeploymentServiceClient class.

DeploymentServiceClient(String, String)

Initializes a new instance of the DeploymentServiceClient class.

DeploymentServiceClient()

Initializes a new instance of the DeploymentServiceClient class.

public:
 DeploymentServiceClient();
public DeploymentServiceClient ();
Public Sub New ()

Applies to

DeploymentServiceClient(String)

Initializes a new instance of the DeploymentServiceClient class.

public:
 DeploymentServiceClient(System::String ^ endpointConfigurationName);
public DeploymentServiceClient (string endpointConfigurationName);
new Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient : string -> Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient
Public Sub New (endpointConfigurationName As String)

Parameters

endpointConfigurationName
String

The name of the endpoint configuration.

Applies to

DeploymentServiceClient(Binding, EndpointAddress)

Initializes a new instance of the DeploymentServiceClient class.

public:
 DeploymentServiceClient(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ remoteAddress);
public DeploymentServiceClient (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress);
new Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient
Public Sub New (binding As Binding, remoteAddress As EndpointAddress)

Parameters

binding
Binding

The binding.

remoteAddress
EndpointAddress

The address of the remote endpoint.

Applies to

DeploymentServiceClient(String, EndpointAddress)

Initializes a new instance of the DeploymentServiceClient class.

public:
 DeploymentServiceClient(System::String ^ endpointConfigurationName, System::ServiceModel::EndpointAddress ^ remoteAddress);
public DeploymentServiceClient (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress);
new Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient : string * System.ServiceModel.EndpointAddress -> Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient
Public Sub New (endpointConfigurationName As String, remoteAddress As EndpointAddress)

Parameters

endpointConfigurationName
String

The name of the endpoint configuration.

remoteAddress
EndpointAddress

The address of the remote endpoint.

Applies to

DeploymentServiceClient(String, String)

Initializes a new instance of the DeploymentServiceClient class.

public:
 DeploymentServiceClient(System::String ^ endpointConfigurationName, System::String ^ remoteAddress);
public DeploymentServiceClient (string endpointConfigurationName, string remoteAddress);
new Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient : string * string -> Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient
Public Sub New (endpointConfigurationName As String, remoteAddress As String)

Parameters

endpointConfigurationName
String

The name of the endpoint configuration.

remoteAddress
String

The address of the remote endpoint.

Applies to