C# 클래스 Owin.ServiceStack.AppBuilderExtensions

파일 보기 프로젝트 열기: thedillonb/Owin.ServiceStack

공개 메소드들

메소드 설명
UseServiceStack ( this builder, IServiceStackHost host ) : IAppBuilder

Adds ServiceStack to the IAppBuilder pipeline using a specific IServiceStackHost as a host

This will automatically call IServiceStackHost.Init which will configure the IoC container and call the ServiceStackHost.Configure(Funq.Container) method

UseServiceStack ( this builder, string serviceName ) : IAppBuilder

Adds ServiceStack to the IAppBuilder pipeline using a built-in host

메소드 상세

UseServiceStack() 공개 정적인 메소드

Adds ServiceStack to the IAppBuilder pipeline using a specific IServiceStackHost as a host
This will automatically call IServiceStackHost.Init which will configure the IoC container and call the ServiceStackHost.Configure(Funq.Container) method
public static UseServiceStack ( this builder, IServiceStackHost host ) : IAppBuilder
builder this The app builder pipeline
host IServiceStackHost The host to use when servicing requests
리턴 IAppBuilder

UseServiceStack() 공개 정적인 메소드

Adds ServiceStack to the IAppBuilder pipeline using a built-in host
public static UseServiceStack ( this builder, string serviceName ) : IAppBuilder
builder this The app builder pipeline
serviceName string The service's name
리턴 IAppBuilder