mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 16:48:59 +01:00
Update standalone docs as out of date with current API
@@ -23,9 +23,12 @@ class Program
|
||||
static void Main(string[] args)
|
||||
{
|
||||
// see source code for all the possible properties
|
||||
var settings = new FluentMockServerSettings { };
|
||||
bool allowPartialMapping = true;
|
||||
StandAloneApp.Start(settings, allowPartialMapping);
|
||||
var settings = new FluentMockServerSettings
|
||||
{
|
||||
AllowPartialMapping=true,
|
||||
StartAdminInterface=true
|
||||
};
|
||||
StandAloneApp.Start(settings);
|
||||
|
||||
Console.WriteLine("Press any key to stop the server");
|
||||
Console.ReadKey();
|
||||
|
||||
Reference in New Issue
Block a user