C# Class AjaxLife.AjaxLife

Mostra 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_oe static_oe property

public static BanList,AjaxLife BannedUsers
return AjaxLife.BanList

CachedTextures public_oe static_oe property

public static List CachedTextures
return List

Id0 public_oe static_oe property

public static string Id0
return string

RSA public_oe static_oe property

public static RSACrypto,AjaxLife RSA
return AjaxLife.RSACrypto

RSAp public_oe static_oe property

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

Running public_oe static_oe property

public static bool Running
return bool

S3Config public_oe static_oe property

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

TextureCacheCount public_oe static_oe property

public static int TextureCacheCount
return int

TextureCacheSize public_oe static_oe property

public static long TextureCacheSize
return long

Users public_oe property

public Dictionary Users
return User>.Dictionary