Click or drag to resize
V2Endpoint Constructor
View Project on GitHub
The V2 endpoint.

Namespace: GW2CSharp.V2
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public V2Endpoint(
	string accountToken,
	RequestedLanguage language
)

Parameters

accountToken
Type: SystemString
Optional Accounttoken which all authenticated calls will automatically use.
language
Type: GW2CSharp.EnumsRequestedLanguage
Optional language in which all calls should be made.
See Also