| 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.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntaxpublic DataComClient(
	IHttpResourceProvider resourceProvider,
	string token
)
Parameters
- resourceProvider
 - Type: CMS.DataComIHttpResourceProvider
The HTTP resource provider. - token
 - Type: SystemString
The REST service access token. 
See Also