DataServiceBase Constructor
Initializes a new instance of the DataServiceBase class.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public DataServiceBase(
string baseUri,
int timeoutSeconds = 100
)
Parameters
- baseUri String
- Base Uniform Resource Identifier.
- timeoutSeconds Int32 (Optional)
- The number of seconds to wait before a request times out.