Interface ICcdManagementServiceSdkConfiguration
Interface used for editing the configuration of the CCD Management service SDK. Primary usage is for testing purposes.
Namespace: Unity.Services.Ccd.Management
Assembly: Unity.Services.Ccd.Management.dll
Syntax
public interface ICcdManagementServiceSdkConfiguration
Methods
SetBasePath(string)
Sets the base path in configuration.
Declaration
void SetBasePath(string basePath)
Parameters
Type | Name | Description |
---|---|---|
string | basePath | The base path to set in configuration. |
SetTimeout(int)
Sets the http timeout in milliseconds
Declaration
void SetTimeout(int timoutms)
Parameters
Type | Name | Description |
---|---|---|
int | timoutms | The number of milliseonds to wait before timing out. |