C# Class Paradox.WebServices.ParadoxAppListenerHost

Inheritance: ServiceStack.AppHostHttpListenerBase
Afficher le fichier Open project: tracstarr/ParadoxAlarmControl

Méthodes publiques

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

Private Methods

Méthode Description
StartNotificationListener ( ) : void

Method Details

Configure() public méthode

public Configure ( Funq.Container container ) : void
container Funq.Container
Résultat void

ParadoxAppListenerHost() public méthode

public ParadoxAppListenerHost ( ParadoxIp.Model.IpModule module ) : System
module ParadoxIp.Model.IpModule
Résultat System

Start() public méthode

public Start ( string urlBase ) : ServiceStackHost
urlBase string
Résultat ServiceStack.ServiceStackHost

Stop() public méthode

public Stop ( ) : void
Résultat void