Bind() 공개 메소드

public Bind ( IApplicationBuilder app ) : void
app IApplicationBuilder
리턴 void
예제 #1
0
 public static void UseServiceStack(this IApplicationBuilder app, AppSelfHostBase appHost)
 {
     appHost.Bind(app);
     appHost.Init();
 }