Class ClientContext
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
Methods
AddCustomAttributes(string, string)
Adds the custom attributes to the Client Context.
public void AddCustomAttributes(string key, string value)
Parameters
ToJsonString()
Gets a Json Representation of the Client Context.
public string ToJsonString()
Returns
- string
Json Representation of Client Context