C# 클래스 Rainy.MainClass

파일 보기 프로젝트 열기: Dynalon/Rainy

공개 프로퍼티들

프로퍼티 타입 설명
DataPath string
ServedRequests long
Uptime System.DateTime
UserLocks Semaphore>.Dictionary

보호된 프로퍼티들

프로퍼티 타입 설명
logger log4net.ILog

공개 메소드들

메소드 설명
AddDummyUserIfRequired ( Funq container ) : void
ConfigureSslCerts ( string listen_url, string cert_file, string pvk_file ) : void
Main ( string args ) : void

보호된 메소드들

메소드 설명
SetupLogging ( int loglevel ) : void

비공개 메소드들

메소드 설명
ComposeObjectGraph ( Funq container ) : void

메소드 상세

AddDummyUserIfRequired() 공개 정적인 메소드

public static AddDummyUserIfRequired ( Funq container ) : void
container Funq
리턴 void

ConfigureSslCerts() 공개 정적인 메소드

public static ConfigureSslCerts ( string listen_url, string cert_file, string pvk_file ) : void
listen_url string
cert_file string
pvk_file string
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

SetupLogging() 보호된 정적인 메소드

protected static SetupLogging ( int loglevel ) : void
loglevel int
리턴 void

프로퍼티 상세

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

public static string DataPath
리턴 string

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

public static long ServedRequests
리턴 long

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

public static DateTime,System Uptime
리턴 System.DateTime

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

public static Dictionary UserLocks
리턴 Semaphore>.Dictionary

logger 보호되어 있는 정적으로 프로퍼티

protected static ILog,log4net logger
리턴 log4net.ILog