Click or drag to resize
PvpStatisticWrapperGet Method (String)
View Project on GitHub
Returns PvpStatistics about the given account.

Namespace: GW2CSharp.V2.Authenticated.Pvp.Stats
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public PvpStatistic Get(
	string token
)

Parameters

token
Type: SystemString
API key.

Return Value

Type: PvpStatistic
PvpStatistics about the account.
See Also