C# Class AjaxLife.AjaxLife

Afficher le fichier Open project: SignpostMarv/AjaxLife Class Usage Examples

Méthodes publiques

Свойство Type Description
BannedUsers AjaxLife.BanList
CachedTextures List
Id0 string
RSA AjaxLife.RSACrypto
RSAp System.Security.Cryptography.RSAParameters
Running bool
S3Config Affirma.ThreeSharp.ThreeSharpConfig
TextureCacheCount int
TextureCacheSize long
Users User>.Dictionary

Méthodes publiques

Méthode Description
AjaxLife ( string arg ) : System
Debug ( string module, string message ) : void
PostDecode ( string qstring ) : string>.Dictionary
StringToJSON ( string str ) : string
timecheck ( object sender, System e ) : void

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

AjaxLife() public méthode

public AjaxLife ( string arg ) : System
arg string
Résultat System

Debug() public static méthode

public static Debug ( string module, string message ) : void
module string
message string
Résultat void

PostDecode() public static méthode

public static PostDecode ( string qstring ) : string>.Dictionary
qstring string
Résultat string>.Dictionary

StringToJSON() public static méthode

public static StringToJSON ( string str ) : string
str string
Résultat string

timecheck() public méthode

public timecheck ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

BannedUsers public_oe static_oe property

public static BanList,AjaxLife BannedUsers
Résultat AjaxLife.BanList

CachedTextures public_oe static_oe property

public static List CachedTextures
Résultat List

Id0 public_oe static_oe property

public static string Id0
Résultat string

RSA public_oe static_oe property

public static RSACrypto,AjaxLife RSA
Résultat AjaxLife.RSACrypto

RSAp public_oe static_oe property

public static RSAParameters,System.Security.Cryptography RSAp
Résultat System.Security.Cryptography.RSAParameters

Running public_oe static_oe property

public static bool Running
Résultat bool

S3Config public_oe static_oe property

public static Affirma.ThreeSharp.ThreeSharpConfig S3Config
Résultat Affirma.ThreeSharp.ThreeSharpConfig

TextureCacheCount public_oe static_oe property

public static int TextureCacheCount
Résultat int

TextureCacheSize public_oe static_oe property

public static long TextureCacheSize
Résultat long

Users public_oe property

public Dictionary Users
Résultat User>.Dictionary