Click or drag to resize
DataComClient Constructor
Initializes a new instance of the DataComClient class that uses the specified HTTP resource provider and token to access the REST service.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public DataComClient(
	IHttpResourceProvider resourceProvider,
	string token
)

Parameters

resourceProvider
Type: CMS.DataComIHttpResourceProvider
The HTTP resource provider.
token
Type: SystemString
The REST service access token.
See Also