C# Class logpackermobilesdk.Client

Afficher le fichier Open project: logpacker/mobile-sdk

Méthodes publiques

Свойство Type Description
Agent string
CloudKey string
ClusterURL string
Environment string

Méthodes publiques

Méthode Description
Client ( string clusterURL, string environment, string agent ) : System
Send ( Event e ) : Response
SendException ( Exception e ) : Response
SetCloudKey ( string cloudKey ) : Client

Private Methods

Méthode Description
GenerateRequestJSONString ( Event e ) : string
Validate ( Event e ) : bool

Method Details

Client() public méthode

public Client ( string clusterURL, string environment, string agent ) : System
clusterURL string
environment string
agent string
Résultat System

Send() public méthode

public Send ( Event e ) : Response
e Event
Résultat Response

SendException() public méthode

public SendException ( Exception e ) : Response
e System.Exception
Résultat Response

SetCloudKey() public méthode

public SetCloudKey ( string cloudKey ) : Client
cloudKey string
Résultat Client

Property Details

Agent public_oe property

public string Agent
Résultat string

CloudKey public_oe property

public string CloudKey
Résultat string

ClusterURL public_oe property

public string ClusterURL
Résultat string

Environment public_oe property

public string Environment
Résultat string