Esempio n. 1
0
        private async Task setUpCommon()
        {
            if (Runner.Context.RestfulServer.Context.LocalAuthenticationPassword == null)
            {
                Runner.Context.RestfulServer.SetPassword("testing");
                Runner.Context.InitRestfulClient();
            }

            await Runner.StartRestfulServerAsync();

            runAsyncTask = Runner.RunAsync();
        }