mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-24 17:58:47 +02:00
Updated Settings (markdown)
@@ -82,7 +82,13 @@ var server = WireMockServer.Start(new FluentMockServerSettings
|
|||||||
Password = "pwd",
|
Password = "pwd",
|
||||||
Address = "http://company.proxy"
|
Address = "http://company.proxy"
|
||||||
},
|
},
|
||||||
UseDefinedRequestMatchers = false
|
UseDefinedRequestMatchers = false,
|
||||||
|
ReplaceSettings = new ProxyUrlReplaceSettings
|
||||||
|
{
|
||||||
|
"OldValue" = "old",
|
||||||
|
"NewValue" = "new",
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user