WebApiDataStoreClient Constructors
A data store provider (an IDataStore implementation) for client applications that use Web API to transfer data.Name | Parameters | Description |
---|---|---|
WebApiDataStoreClient(HttpClient, AutoCreateOption) | httpClient, autoCreateOption | Initializes a new instance of the WebApiDataStoreClient class with specified settings. |
See Also