C# Class saviine_server.Program

Show file Open project: Maschell/saviine

Public Properties

Property Type Description
common string
dumpfolder string
injectfolder string
logs_root string
root string

Public Methods

Method Description
countDirectory ( string targetDirectory ) : int

Private Methods

Method Description
Handle ( object client_obj ) : void
Log ( StreamWriter log, String str ) : void
LogNoLine ( StreamWriter log, String str ) : void
Main ( string args ) : void
getRealPathCurrent ( string prefix, string path, string title_id ) : string
getRealPathCurrentDump ( string path, string title_id ) : string
getRealPathCurrentInject ( string path, string title_id ) : string

Method Details

countDirectory() public static method

public static countDirectory ( string targetDirectory ) : int
targetDirectory string
return int

Property Details

common public static property

public static string common
return string

dumpfolder public static property

public static string dumpfolder
return string

injectfolder public static property

public static string injectfolder
return string

logs_root public static property

public static string logs_root
return string

root public static property

public static string root
return string