IServer

Undocumented in source.

Members

Functions

registerContentService
IServer registerContentService(IContentMiddleware middleware)
Undocumented in source.
registerMailService
IServer registerMailService(IMailService mailService)
Undocumented in source.
registerPostService
IServer registerPostService(IPostMiddleware middleware)
Undocumented in source.
registerPreService
IServer registerPreService(IPreMiddleware middleware)
Undocumented in source.
run
void run()
Undocumented in source.
setup
void setup(string[] ipAddresses, ushort port, bool debugMode, string staticFilesFolder)
Undocumented in source.

Properties

contentServices
IContentMiddleware[] contentServices [@property getter]
Undocumented in source.
mailService
IMailService mailService [@property getter]
Undocumented in source.
name
string name [@property getter]
Undocumented in source.
postServices
IPostMiddleware[] postServices [@property getter]
Undocumented in source.
preServices
IPreMiddleware[] preServices [@property getter]
Undocumented in source.

Meta