C# Класс 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.
Наследование: HttpListenerBase
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
AppHostHttpListenerBase ( string serviceName ) : System.Reflection

Описание методов

AppHostHttpListenerBase() защищенный Метод

protected AppHostHttpListenerBase ( string serviceName ) : System.Reflection
serviceName string
Результат System.Reflection