Click or drag to resize

CobraServices Constructor (String, ServiceIdentityData)

Initializes a new instance of the CobraServices class. This constructor is for internal Delte use.

Namespace:  Cobra.WebService.ClientAPI.Client
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.3.715.2595 (8.3.0715.2595)
Syntax
C#
public CobraServices(
	string endpointConfigurationName,
	ServiceIdentityData serviceIdentityData
)

Parameters

endpointConfigurationName
Type: SystemString
The name of the endpoint to use from the configuration file.
serviceIdentityData
Type: Cobra.WebService.ClientAPI.ClientServiceIdentityData
An instance of a class derived from ServiceIdentityData class.
See Also