C# 클래스 GoogleAnalyticsUtils.HitSender

상속: IHitSender
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 메소드들

메소드 설명
HitSender ( bool debug, string userAgent ) : System
SendHitData ( string>.Dictionary hitData ) : void

Sends the hit data to the server.

비공개 메소드들

메소드 설명
CreateHttpClient ( ) : HttpClient
DebugPrintAnalyticsOutput ( Task resultTask, string>.Dictionary hitData ) : void

메소드 상세

HitSender() 공개 메소드

public HitSender ( bool debug, string userAgent ) : System
debug bool
userAgent string
리턴 System

SendHitData() 공개 메소드

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