C# 클래스 EVEm8.CliLauncher.EveBootstrapper

Functions for working with the new EVE launcher (bootstrapper)
파일 보기 프로젝트 열기: evem8/clilauncher 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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