C# 클래스 tinyweb.framework.Tinyweb

파일 보기 프로젝트 열기: martinrue/Tinyweb

공개 프로퍼티들

프로퍼티 타입 설명
OnError Action

공개 메소드들

메소드 설명
Init ( ) : int
RegisterArea ( string area, string areaNamespace ) : void
WhatHaveIGot ( ) : string

비공개 메소드들

메소드 설명
Tinyweb ( ) : System
addRoute ( HandlerData handler ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : int
리턴 int

RegisterArea() 공개 정적인 메소드

public static RegisterArea ( string area, string areaNamespace ) : void
area string
areaNamespace string
리턴 void

WhatHaveIGot() 공개 정적인 메소드

public static WhatHaveIGot ( ) : string
리턴 string

프로퍼티 상세

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

public static Action OnError
리턴 Action