C# Класс EVEm8.CliLauncher.EveBootstrapper

Functions for working with the new EVE launcher (bootstrapper)
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
servers string>.Dictionary

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

Метод Описание
GetAccessToken ( string server, string launcherToken ) : string

Logs in using the launcher token and returns an access token

GetClientLocation ( string server ) : string

Get the client's folder location for the specified server

GetIndex ( int version ) : ResfileIndexEntry>.Dictionary

Get resfile index for the specified launcher version

GetJsonResource ( string fileName ) : Newtonsoft.Json.Linq.JObject

Loads a resource from the CDN as a JSON object

GetLauncherToken ( string server, string refreshToken ) : string

Logs in using the refresh token and returns a launcher token

GetSettings ( string server ) : string>.Dictionary

Get account settings for the specified server

GetTokens ( string server ) : string>.Dictionary

Get all refresh tokens for the specified server

GetVersion ( ) : int

Get current release version of the EVE launcher

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

GetAccessToken() публичный статический Метод

Logs in using the launcher token and returns an access token
public static GetAccessToken ( string server, string launcherToken ) : string
server string
launcherToken string Launcher token
Результат string

GetClientLocation() публичный статический Метод

Get the client's folder location for the specified server
public static GetClientLocation ( string server ) : string
server string Server name
Результат string

GetIndex() публичный статический Метод

Get resfile index for the specified launcher version
public static GetIndex ( int version ) : ResfileIndexEntry>.Dictionary
version int Version number
Результат ResfileIndexEntry>.Dictionary

GetJsonResource() публичный статический Метод

Loads a resource from the CDN as a JSON object
public static GetJsonResource ( string fileName ) : Newtonsoft.Json.Linq.JObject
fileName string Cached filename
Результат Newtonsoft.Json.Linq.JObject

GetLauncherToken() публичный статический Метод

Logs in using the refresh token and returns a launcher token
public static GetLauncherToken ( string server, string refreshToken ) : string
server string
refreshToken string Refresh token
Результат string

GetSettings() публичный статический Метод

Get account settings for the specified server
public static GetSettings ( string server ) : string>.Dictionary
server string Server name
Результат string>.Dictionary

GetTokens() публичный статический Метод

Get all refresh tokens for the specified server
public static GetTokens ( string server ) : string>.Dictionary
server string Server name
Результат string>.Dictionary

GetVersion() публичный статический Метод

Get current release version of the EVE launcher
public static GetVersion ( ) : int
Результат int

Описание свойств

servers публичное статическое свойство

public static Dictionary servers
Результат string>.Dictionary