Example #1
0
 public void Start()
 {
     selfHostStarter = new OwinStartup("http://+:" + this.portToHostOn, this.iocContainer);
     selfHostStarter.Start();
 }
 public void Start()
 {
     selfHostStarter = new OwinStartup("http://+:" + this.portToHostOn, this.iocContainer);
     selfHostStarter.Start();
 }