Click or drag to resize

CoreApiClient Constructor (String, EndpointAddress)

Initializes a new instance of the CoreApiClient class

Namespace:  Atomia.Billing.Core.Sdk.AtomiaProvisioningApi
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public CoreApiClient(
	string endpointConfigurationName,
	EndpointAddress remoteAddress
)

Parameters

endpointConfigurationName
Type: SystemString

[Missing <param name="endpointConfigurationName"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.CoreApiClient.#ctor(System.String,System.ServiceModel.EndpointAddress)"]

remoteAddress
Type: System.ServiceModelEndpointAddress

[Missing <param name="remoteAddress"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.CoreApiClient.#ctor(System.String,System.ServiceModel.EndpointAddress)"]

See Also