KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

KiiHttpUtils Class

Kii http utils.

Syntax

public class KiiHttpUtils

Remarks

For internal use.

Requirements

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

Members

See Also: Inherited members from object.

Public Methods

static
TypedException (int, string) : CloudException
Convert Http status into the KiiCloudException.

Member Details

TypedException Method

Convert Http status into the KiiCloudException.

Syntax

public static CloudException TypedException (int statusCode, string body)

Parameters

statusCode
Http status code.
body
Response body.

Returns

KiiCloudException

Remarks

Requirements

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