C# Class GoogleAnalyticsUtils.HitSender

Inheritance: IHitSender
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Méthodes publiques

Méthode Description
HitSender ( bool debug, string userAgent ) : System
SendHitData ( string>.Dictionary hitData ) : void

Sends the hit data to the server.

Private Methods

Méthode Description
CreateHttpClient ( ) : HttpClient
DebugPrintAnalyticsOutput ( Task resultTask, string>.Dictionary hitData ) : void

Method Details

HitSender() public méthode

public HitSender ( bool debug, string userAgent ) : System
debug bool
userAgent string
Résultat System

SendHitData() public méthode

Sends the hit data to the server.
public SendHitData ( string>.Dictionary hitData ) : void
hitData string>.Dictionary The hit data to be sent.
Résultat void