C# Class Paradox.WebServices.ParadoxAppListenerHost

Inheritance: ServiceStack.AppHostHttpListenerBase
Exibir arquivo Open project: tracstarr/ParadoxAlarmControl

Public Methods

Method Description
Configure ( Funq.Container container ) : void
ParadoxAppListenerHost ( ParadoxIp.Model.IpModule module ) : System
Start ( string urlBase ) : ServiceStackHost
Stop ( ) : void

Private Methods

Method Description
StartNotificationListener ( ) : void

Method Details

Configure() public method

public Configure ( Funq.Container container ) : void
container Funq.Container
return void

ParadoxAppListenerHost() public method

public ParadoxAppListenerHost ( ParadoxIp.Model.IpModule module ) : System
module ParadoxIp.Model.IpModule
return System

Start() public method

public Start ( string urlBase ) : ServiceStackHost
urlBase string
return ServiceStack.ServiceStackHost

Stop() public method

public Stop ( ) : void
return void