Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
ServiceStack
AppHostHttpListenerBase
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
显示文件
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