Table of Contents

Class ClientContext

Namespace
Amazon.Runtime.Internal
Assembly
AWSSDK.Core.dll

This class composes Client Context header for Amazon Web Service client. It contains information like app title, version code, version name, client id, OS platform etc.

public class ClientContext
Inheritance
ClientContext
Inherited Members

Constructors

ClientContext()

public ClientContext()

Properties

AppID

public string AppID { get; set; }

Property Value

string

Methods

AddCustomAttributes(string, string)

Adds the custom attributes to the Client Context.

public void AddCustomAttributes(string key, string value)

Parameters

key string

Key.

value string

Value.

ToJsonString()

Gets a Json Representation of the Client Context.

public string ToJsonString()

Returns

string

Json Representation of Client Context