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