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
파일 보기 프로젝트 열기: firstsee/ServiceStack 1 사용 예제들

보호된 메소드들

메소드 설명
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