C# 클래스 AjaxLife.AjaxLife

파일 보기 프로젝트 열기: SignpostMarv/AjaxLife 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

AjaxLife() 공개 메소드

public AjaxLife ( string arg ) : System
arg string
리턴 System

Debug() 공개 정적인 메소드

public static Debug ( string module, string message ) : void
module string
message string
리턴 void

PostDecode() 공개 정적인 메소드

public static PostDecode ( string qstring ) : string>.Dictionary
qstring string
리턴 string>.Dictionary

StringToJSON() 공개 정적인 메소드

public static StringToJSON ( string str ) : string
str string
리턴 string

timecheck() 공개 메소드

public timecheck ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

BannedUsers 공개적으로 정적으로 프로퍼티

public static BanList,AjaxLife BannedUsers
리턴 AjaxLife.BanList

CachedTextures 공개적으로 정적으로 프로퍼티

public static List CachedTextures
리턴 List

Id0 공개적으로 정적으로 프로퍼티

public static string Id0
리턴 string

RSA 공개적으로 정적으로 프로퍼티

public static RSACrypto,AjaxLife RSA
리턴 AjaxLife.RSACrypto

RSAp 공개적으로 정적으로 프로퍼티

public static RSAParameters,System.Security.Cryptography RSAp
리턴 System.Security.Cryptography.RSAParameters

Running 공개적으로 정적으로 프로퍼티

public static bool Running
리턴 bool

S3Config 공개적으로 정적으로 프로퍼티

public static Affirma.ThreeSharp.ThreeSharpConfig S3Config
리턴 Affirma.ThreeSharp.ThreeSharpConfig

TextureCacheCount 공개적으로 정적으로 프로퍼티

public static int TextureCacheCount
리턴 int

TextureCacheSize 공개적으로 정적으로 프로퍼티

public static long TextureCacheSize
리턴 long

Users 공개적으로 프로퍼티

public Dictionary Users
리턴 User>.Dictionary