C# Class AjaxLife.AjaxLife

Show file Open project: SignpostMarv/AjaxLife Class Usage Examples

Public Properties

Property 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

Public Methods

Method 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

Method Description
Main ( string args ) : void

Method Details

AjaxLife() public method

public AjaxLife ( string arg ) : System
arg string
return System

Debug() public static method

public static Debug ( string module, string message ) : void
module string
message string
return void

PostDecode() public static method

public static PostDecode ( string qstring ) : string>.Dictionary
qstring string
return string>.Dictionary

StringToJSON() public static method

public static StringToJSON ( string str ) : string
str string
return string

timecheck() public method

public timecheck ( object sender, System e ) : void
sender object
e System
return void

Property Details

BannedUsers public static property

public static BanList,AjaxLife BannedUsers
return AjaxLife.BanList

CachedTextures public static property

public static List CachedTextures
return List

Id0 public static property

public static string Id0
return string

RSA public static property

public static RSACrypto,AjaxLife RSA
return AjaxLife.RSACrypto

RSAp public static property

public static RSAParameters,System.Security.Cryptography RSAp
return System.Security.Cryptography.RSAParameters

Running public static property

public static bool Running
return bool

S3Config public static property

public static Affirma.ThreeSharp.ThreeSharpConfig S3Config
return Affirma.ThreeSharp.ThreeSharpConfig

TextureCacheCount public static property

public static int TextureCacheCount
return int

TextureCacheSize public static property

public static long TextureCacheSize
return long

Users public property

public Dictionary Users
return User>.Dictionary