Table of Contents

Class TrainingClient

Namespace
GuildWars2.Hero.Training
Assembly
GW2SDK.dll

Provides query methods for skill and specialization training progress of a character.

public sealed class TrainingClient
Inheritance
TrainingClient
Inherited Members

Constructors

TrainingClient(HttpClient)

Initializes a new instance of the TrainingClient class.

Methods

GetCharacterTraining(string, string?, MissingMemberBehavior, CancellationToken)

Retrieves the training progress of a character on the account associated with the access token

GetProfessionByName(Extensible<ProfessionName>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a profession by name.

GetProfessionNames(CancellationToken)

Retrieves the names of all professions.

GetProfessions(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all professions.

GetProfessionsByNames(IEnumerable<Extensible<ProfessionName>>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves professions by their name.

GetProfessionsByNames(IEnumerable<ProfessionName>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves professions by their name.

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

Retrieves a page of professions.