KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

KiiHttpClientFactory Interface

Kii http client factory.

Syntax

public interface KiiHttpClientFactory

Remarks

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

Public Methods

Create (string, string, string, KiiHttpMethod) : KiiHttpClient
Create the new Client with specified url.

Member Details

Create Method

Create the new Client with specified url.

Syntax

public KiiHttpClient Create (string url, string appID, string appKey, KiiHttpMethod method)

Parameters

url
URL.
appID
AppID.
appKey
AppKey.
method
HTTP method.

Returns

Instance of the KiiHttpClient

Remarks

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0