KiiCloudUnitySDK : KiiCorp.Cloud.Unity Namespace

WWWUtils Class

Documentation for this section has not yet been entered.

Syntax

public class WWWUtils

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Unity
Assembly: KiiCloudUnitySDK (in KiiCloudUnitySDK.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 Methods

static
GetHeader (Dictionary<string, string>, string) : string
Documentation for this section has not yet been entered.
static
GetStatusCode (Dictionary<string, string>, int) : int
Documentation for this section has not yet been entered.
static
LowerCaseHeaders (UnityEngine.WWW) : Dictionary<string, string>
Documentation for this section has not yet been entered.

Member Details

WWWUtils Constructor

Documentation for this section has not yet been entered.

Syntax

public WWWUtils ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Unity
Assembly: KiiCloudUnitySDK (in KiiCloudUnitySDK.dll)
Assembly Versions: 3.2.10.0

GetHeader Method

Documentation for this section has not yet been entered.

Syntax

public static string GetHeader (Dictionary<string, string> lowerCaseHeaders, string key)

Parameters

lowerCaseHeaders
Documentation for this section has not yet been entered.
key
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Unity
Assembly: KiiCloudUnitySDK (in KiiCloudUnitySDK.dll)
Assembly Versions: 3.2.10.0

GetStatusCode Method

Documentation for this section has not yet been entered.

Syntax

public static int GetStatusCode (Dictionary<string, string> lowerCaseHeaders, int fallback)

Parameters

lowerCaseHeaders
Documentation for this section has not yet been entered.
fallback
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Unity
Assembly: KiiCloudUnitySDK (in KiiCloudUnitySDK.dll)
Assembly Versions: 3.2.10.0

LowerCaseHeaders Method

Documentation for this section has not yet been entered.

Syntax

public static Dictionary<string, string> LowerCaseHeaders (UnityEngine.WWW www)

Parameters

www
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Unity
Assembly: KiiCloudUnitySDK (in KiiCloudUnitySDK.dll)
Assembly Versions: 3.2.10.0