Exemple #1
0
 public InMemoryHostingConfig(string baseUrl)
 {
     server = new InMemoryServer(baseUrl, tokenUrl);
 }
Exemple #2
0
        public InMemoryHostingConfig()
        {
            var baseUrl = "http://localhost/";

            server = new InMemoryServer(baseUrl, tokenUrl);
        }