Click or drag to resize

ConfigApiClient Class

[Missing <summary> documentation for "T:Atomia.Billing.Core.Sdk.AtomiaProvisioningConfigApi.ConfigApiClient"]

Inheritance Hierarchy
SystemObject
  System.ServiceModelClientBaseIConfigApi
    Atomia.Billing.Core.Sdk.AtomiaProvisioningConfigApiConfigApiClient

Namespace:  Atomia.Billing.Core.Sdk.AtomiaProvisioningConfigApi
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public class ConfigApiClient : ClientBase<IConfigApi>, 
	IConfigApi

The ConfigApiClient type exposes the following members.

Constructors
  NameDescription
Public methodConfigApiClient
Initializes a new instance of the ConfigApiClient class
Public methodConfigApiClient(String)
Initializes a new instance of the ConfigApiClient class
Public methodConfigApiClient(Binding, EndpointAddress)
Initializes a new instance of the ConfigApiClient class
Public methodConfigApiClient(String, EndpointAddress)
Initializes a new instance of the ConfigApiClient class
Public methodConfigApiClient(String, String)
Initializes a new instance of the ConfigApiClient class
Top
Properties
  NameDescription
Protected propertyChannel
Gets the inner channel used to send messages to variously configured service endpoints.
(Inherited from ClientBaseIConfigApi.)
Public propertyChannelFactory (Inherited from ClientBaseIConfigApi.)
Public propertyClientCredentials
Gets the client credentials used to call an operation.
(Inherited from ClientBaseIConfigApi.)
Public propertyEndpoint
Gets the target endpoint for the service to which the WCF client can connect.
(Inherited from ClientBaseIConfigApi.)
Public propertyInnerChannel
Gets the underlying IClientChannel implementation.
(Inherited from ClientBaseIConfigApi.)
Public propertyState (Inherited from ClientBaseIConfigApi.)
Top
Methods
  NameDescription
Public methodAbort (Inherited from ClientBaseIConfigApi.)
Public methodAddProvisioningDescription
Public methodClose (Inherited from ClientBaseIConfigApi.)
Protected methodCreateChannel
Returns a new channel to the service.
(Inherited from ClientBaseIConfigApi.)
Public methodDeleteProvisioningDescription
Public methodDisplayInitializationUI
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
(Inherited from ClientBaseIConfigApi.)
Public methodEcho
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAvailableProvisioningModules
Public methodGetBasicProvisioningDescription
Public methodGetDefaultProvisioningDescription
Protected methodGetDefaultValueForInitializationT
Replicates the behavior of the default keyword in C#.
(Inherited from ClientBaseIConfigApi.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProvisioningDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvokeAsync
Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview.
(Inherited from ClientBaseIConfigApi.)
Public methodListProvisioningDescriptions
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen (Inherited from ClientBaseIConfigApi.)
Public methodSetDefaultProvisioningDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also