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
Показать файл Открыть проект

Открытые методы

Метод Описание
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