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