Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EmailValidation" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal EmailValidation(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Segments" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 public Segments(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Statistics" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal Statistics(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Campaigns" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal Campaigns(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Segments" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal Segments(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Contacts" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal Contacts(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SenderIdentities" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 public SenderIdentities(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PastMeetings" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal PastMeetings(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SingleSends" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal SingleSends(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 10
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiKeys" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal ApiKeys(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 11
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AccessManagement" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal AccessManagement(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 12
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CustomFields" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal CustomFields(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 13
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Lists" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal Lists(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 14
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SpamReports" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal SpamReports(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 15
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Batches" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal Batches(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 16
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Subusers" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal Subusers(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 17
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Categories" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 public Categories(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 18
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Accounts" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal Accounts(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 19
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WebhookStats" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal WebhookStats(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 20
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SenderIdentities" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal SenderIdentities(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 21
0
 /// <summary>
 /// Initializes a new instance of the <see cref="User" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal User(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 22
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Blocks" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal Blocks(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 23
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SenderAuthentication" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal SenderAuthentication(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 24
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Teammates" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal Teammates(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 25
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CloudRecordings" /> class.
 /// </summary>
 /// <param name="client">The HTTP client.</param>
 internal CloudRecordings(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 26
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Alerts" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 public Alerts(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 27
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InvalidEmails" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal InvalidEmails(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 28
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Mail" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal Mail(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 29
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GlobalSuppressions" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 internal GlobalSuppressions(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }
Esempio n. 30
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Statistics" /> class.
 /// </summary>
 /// <param name="client">The HTTP client</param>
 public Statistics(Pathoschild.Http.Client.IClient client)
 {
     _client = client;
 }