C# (CSharp) Manos Namespace

Nested Namespaces

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

Classes

Name Description
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.