Table of Contents

Class MailCarriersClient

Namespace
GuildWars2.Hero.Equipment.MailCarriers
Assembly
GW2SDK.dll

Provides query methods for mail carriers and mail carriers unlocked on the account.

public sealed class MailCarriersClient
Inheritance
MailCarriersClient
Inherited Members

Constructors

MailCarriersClient(HttpClient)

Initializes a new instance of the MailCarriersClient class.

Methods

GetMailCarrierById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a mail carrier by its ID.

GetMailCarriers(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all mail carriers.

GetMailCarriersByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves mail carriers by their IDs.

GetMailCarriersByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of mail carriers.

GetMailCarriersIndex(CancellationToken)

Retrieves the IDs of all mail carriers.

GetUnlockedMailCarriers(string?, CancellationToken)

Retrieves the IDs of mail carriers unlocked on the account associated with the access token. This endpoint is only accessible with a valid access token.