Represents API response.
See Also: Inherited members from object.
|
ApiResponse
()
|
Documentation for this section has not yet been entered. |
|
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. |
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
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
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
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
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
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
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
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
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