See: Description
| Interface | Description | 
|---|---|
| AccountService | 
 This is an interface specifying what functionality the Account Service offers. 
 | 
| GameListService | 
 This is an interface specifying what functionality the GameList Service offers. 
 | 
| MatchMakingService | 
 This is an interface specifying what functionality the MatchMaking Service offers. 
 | 
| ZoneAccessService | 
 This is an interface specifying what functionality the Zone Access Service offers. 
 | 
| Class | Description | 
|---|---|
| AccountService.AuthenticateResponse | 
 The response data from an authentication request. 
 | 
| GameListService.Game | 
 This class represents a game, defined by Key-Value Pairs storing the game settings. 
 | 
| GameListService.KeyValuePair | 
 This class represents a key-value pair. 
 | 
| GameListService.SimpleGameList | 
 This class represents a list of games, including the total game count. 
 | 
| MatchMakingService.ContinuousValueParameter | 
 This class represents a continuous range of rating values. 
 | 
| MatchMakingService.FindMatchResponse | 
 The Response to a Find Match Request. 
 | 
| MatchMakingService.MatchRecord | |
| ZoneAccessService.GetMasterAndServiceTicketsRequest | |
| ZoneAccessService.GetMasterAndServiceTicketsResponse | |
| ZoneAccessService.StatusCodeResult | 
 A status code indicating the result of the requested operation. 
 | 
| ZoneAccessService.XMLBlobResult | 
 A blob of XML code, accompanied by a status code. 
 |