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

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

Метод Описание
AppHostHttpListenerBase ( ) : System
AppHostHttpListenerBase ( string serviceName ) : System
ProcessRequest ( HttpListenerContext context ) : void

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

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

protected AppHostHttpListenerBase ( ) : System
Результат System

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

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

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

protected ProcessRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
Результат void