C# Класс WCPAL.WoWPlatform

Наследование: BasePlatform
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetCharacter ( string name, string realm ) : Character
GetRealmStatus ( ) : IEnumerable

Gets the status of all the realms in the current locale

GetRealmStatus ( List realms ) : IEnumerable

Get the current status of a set of realms

GetRealmStatus ( string realm ) : WCPAL.Realm

Gets the current status of a specific realm

WoWPlatform ( ) : System

Creates a new WoWPlatform Object with the default connection options. See BattlenetConnectionOptions.

WoWPlatform ( WCPAL.BattlenetConnectionOptions connectionOptions ) : System

Creates a new WoWPlatform object with a specified set of connection options.

Описание методов

GetCharacter() публичный Метод

public GetCharacter ( string name, string realm ) : Character
name string
realm string
Результат Character

GetRealmStatus() публичный Метод

Gets the status of all the realms in the current locale
public GetRealmStatus ( ) : IEnumerable
Результат IEnumerable

GetRealmStatus() публичный Метод

Get the current status of a set of realms
public GetRealmStatus ( List realms ) : IEnumerable
realms List The list of realms to lookup.
Результат IEnumerable

GetRealmStatus() публичный Метод

Gets the current status of a specific realm
public GetRealmStatus ( string realm ) : WCPAL.Realm
realm string The realm name to lookup
Результат WCPAL.Realm

WoWPlatform() публичный Метод

Creates a new WoWPlatform Object with the default connection options. See BattlenetConnectionOptions.
public WoWPlatform ( ) : System
Результат System

WoWPlatform() публичный Метод

Creates a new WoWPlatform object with a specified set of connection options.
public WoWPlatform ( WCPAL.BattlenetConnectionOptions connectionOptions ) : System
connectionOptions WCPAL.BattlenetConnectionOptions The connection options to use when accessing the community API.
Результат System