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.4.717.3176 (8.4.0717.3176)
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