C# Class ServiceStack.AppHostHttpListenerBase

Inherit from this class if you want to host your web services inside a Console Application, Windows Service, etc. Usage of HttpListener allows you to host webservices on the same port (:80) as IIS however it requires admin user privillages.
Inheritance: HttpListenerBase
Afficher le fichier Open project: ServiceStack/ServiceStack Class Usage Examples

Méthodes protégées

Méthode Description
AppHostHttpListenerBase ( string serviceName ) : System.Reflection

Method Details

AppHostHttpListenerBase() protected méthode

protected AppHostHttpListenerBase ( string serviceName ) : System.Reflection
serviceName string
Résultat System.Reflection