PvpStatisticWrapper Constructor |
View Project on GitHub
Returns a wrapper for all pvpstats endpoint calls.
Namespace: GW2CSharp.V2.Authenticated.Pvp.StatsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic PvpStatisticWrapper(
string accountToken
)
Parameters
- accountToken
- Type: SystemString
Accounttoken which all authenticated calls will automatically use.
See Also