C# 클래스 logpackermobilesdk.Client

파일 보기 프로젝트 열기: logpacker/mobile-sdk

공개 프로퍼티들

프로퍼티 타입 설명
Agent string
CloudKey string
ClusterURL string
Environment string

공개 메소드들

메소드 설명
Client ( string clusterURL, string environment, string agent ) : System
Send ( Event e ) : Response
SendException ( Exception e ) : Response
SetCloudKey ( string cloudKey ) : Client

비공개 메소드들

메소드 설명
GenerateRequestJSONString ( Event e ) : string
Validate ( Event e ) : bool

메소드 상세

Client() 공개 메소드

public Client ( string clusterURL, string environment, string agent ) : System
clusterURL string
environment string
agent string
리턴 System

Send() 공개 메소드

public Send ( Event e ) : Response
e Event
리턴 Response

SendException() 공개 메소드

public SendException ( Exception e ) : Response
e System.Exception
리턴 Response

SetCloudKey() 공개 메소드

public SetCloudKey ( string cloudKey ) : Client
cloudKey string
리턴 Client

프로퍼티 상세

Agent 공개적으로 프로퍼티

public string Agent
리턴 string

CloudKey 공개적으로 프로퍼티

public string CloudKey
리턴 string

ClusterURL 공개적으로 프로퍼티

public string ClusterURL
리턴 string

Environment 공개적으로 프로퍼티

public string Environment
리턴 string