C# 클래스 Amazon.Runtime.Internal.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.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
AddCustomAttributes ( string key, string value ) : void

Adds the custom attributes to the Client Context.

ClientContext ( string appId ) : Amazon.Util.Internal.PlatformServices

Initializes a new instance of the Amazon.Runtime.Internal.ClientContext class.

ToJsonString ( ) : String

Gets a Json Representation of the Client Context.

메소드 상세

AddCustomAttributes() 공개 메소드

Adds the custom attributes to the Client Context.
public AddCustomAttributes ( string key, string value ) : void
key string Key.
value string Value.
리턴 void

ClientContext() 공개 메소드

Initializes a new instance of the Amazon.Runtime.Internal.ClientContext class.
public ClientContext ( string appId ) : Amazon.Util.Internal.PlatformServices
appId string
리턴 Amazon.Util.Internal.PlatformServices

ToJsonString() 공개 메소드

Gets a Json Representation of the Client Context.
public ToJsonString ( ) : String
리턴 String