コード例 #1
0
 public static void StopOwinSelfHost()
 {
     OwinSelfHostHelper.Stop();
 }
コード例 #2
0
 public static void RunOwinSelfHost(TestContext testContext)
 {
     OwinSelfHostHelper.Run();
 }