Click or drag to resize

CobraServices Constructor (String)

Initialize a new instance of the CobraServices class.

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 = null
)

Parameters

endpointConfigurationName (Optional)
Type: SystemString
The name of the endpoint to use from the configuration file.
See Also