Table of Contents

Method GetBoundLegendaryItems

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

GetBoundLegendaryItems(string?, MissingMemberBehavior, CancellationToken)

Retrieves the number of bound legendary items on the account. This endpoint is only accessible with a valid access token.

public Task<(HashSet<BoundLegendaryItem> Value, MessageContext Context)> GetBoundLegendaryItems(string? accessToken, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

accessToken string

An API key or subtoken.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<BoundLegendaryItem> Value, MessageContext Context)>

A task that represents the API request.