BloggingSystem.IntegrationTests.InMemoryHttpServer.InMemoryHttpServer C# (CSharp) Method

InMemoryHttpServer() public method

public InMemoryHttpServer ( string baseUrl ) : System
baseUrl string
return System
        public InMemoryHttpServer(string baseUrl)
            : this(baseUrl, new List<Route>())
        {
        }

Same methods

InMemoryHttpServer::InMemoryHttpServer ( string baseUrl, IEnumerable routes ) : System