KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

ApiResponse Class

Represents API response.

Syntax

public class ApiResponse

Remarks

Requirements

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

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

Body string . Gets or sets the response body as string.
ContentType string . Gets or sets the http header of Content-Type.
ETag string . Gets or sets the http header of ETag.
[read-only]
Headers IDictionary<string, string> . Documentation for this section has not yet been entered.
Status int . Gets or sets the http status.

Public Methods

IsError () : bool
Documentation for this section has not yet been entered.
IsRedirection () : bool
Documentation for this section has not yet been entered.
IsSuccess () : bool
Documentation for this section has not yet been entered.

Member Details

ApiResponse Constructor

Documentation for this section has not yet been entered.

Syntax

public ApiResponse ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Body Property

Gets or sets the response body as string.

Syntax

public string Body { get; set; }

Value

The response body.

Remarks

Requirements

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

ContentType Property

Gets or sets the http header of Content-Type.

Syntax

public string ContentType { get; set; }

Value

The http header of Content-Type.

Remarks

Requirements

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

ETag Property

Gets or sets the http header of ETag.

Syntax

public string ETag { get; set; }

Value

The http header of ETag.

Remarks

Requirements

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

Headers Property

Documentation for this section has not yet been entered.

Syntax

public IDictionary<string, string> Headers { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

IsError Method

Documentation for this section has not yet been entered.

Syntax

public bool IsError ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

IsRedirection Method

Documentation for this section has not yet been entered.

Syntax

public bool IsRedirection ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

IsSuccess Method

Documentation for this section has not yet been entered.

Syntax

public bool IsSuccess ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Status Property

Gets or sets the http status.

Syntax

public int Status { get; set; }

Value

The http status.

Remarks

Requirements

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