C# 클래스 Google.PowerShell.Common.HitSender

Class used to send Google Analytic hits using the Google Analytics measurement protocol. For more information, see: https://developers.google.com/analytics/devguides/collection/protocol/v1/
상속: IHitSender
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell

공개 메소드들

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

Sends the hit data to the server.

비공개 메소드들

메소드 설명
DebugPrintAnalyticsOutput ( response ( ) : System

메소드 상세

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