C# (CSharp) Manos 네임스페이스

중첩된 네임스페이스

Manos.Ext
Manos.Http
Manos.IO
Manos.Mvc
Manos.Routing
Manos.Templates
Manos.Tool

클래스들

이름 설명
AppHost The app runner. This is where the magic happens.
ManosModule A pre-packaged set of routes/actions that can be registered in the constructor of a ManoApp-derived class.
Timeout Provides a mechanism for things to happen periodically within a ManosApp. Timeouts are gauranteed to happen at some moment on or after the TimeSpan specified has ellapsed. Timeouts will never run before the specified TimeSpan has elapsed. Use the method Manos.IO.IOLoop "AddTimeout" method to register each Timeout.