C# 클래스 ServiceStack.WebHost.Endpoints.AppHostBase

Inherit from this class if you want to host your web services inside an ASP.NET application.
상속: IFunqlet, IDisposable
파일 보기 프로젝트 열기: firstsee/ServiceStack 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( Funq.Container container ) : void
Dispose ( ) : void
ExecuteService ( object requestDto ) : object
ExecuteService ( object requestDto, EndpointAttributes endpointAttributes ) : object
Init ( ) : void
SetConfig ( EndpointHostConfig config ) : void

보호된 메소드들

메소드 설명
AppHostBase ( ) : System
AppHostBase ( string serviceName ) : System

메소드 상세

AppHostBase() 보호된 메소드

protected AppHostBase ( ) : System
리턴 System

AppHostBase() 보호된 메소드

protected AppHostBase ( string serviceName ) : System
serviceName string
리턴 System

Configure() 공개 추상적인 메소드

public abstract Configure ( Funq.Container container ) : void
container Funq.Container
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExecuteService() 공개 메소드

public ExecuteService ( object requestDto ) : object
requestDto object
리턴 object

ExecuteService() 공개 메소드

public ExecuteService ( object requestDto, EndpointAttributes endpointAttributes ) : object
requestDto object
endpointAttributes EndpointAttributes
리턴 object

Init() 공개 메소드

public Init ( ) : void
리턴 void

SetConfig() 공개 메소드

public SetConfig ( EndpointHostConfig config ) : void
config EndpointHostConfig
리턴 void