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
Exibir arquivo Open project: ServiceStack/ServiceStack Class Usage Examples

Protected Methods

Method Description
AppHostHttpListenerBase ( string serviceName ) : System.Reflection

Method Details

AppHostHttpListenerBase() protected method

protected AppHostHttpListenerBase ( string serviceName ) : System.Reflection
serviceName string
return System.Reflection