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: 8.2.23
Syntax 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