mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-07-19 11:31:13 +02:00
WireMockServer
+1
-1
@@ -22,7 +22,7 @@ Allow the usage of CSharpCodeMatcher, default is not allowed because it can be d
|
|||||||
### ProxyAndRecordSettings
|
### ProxyAndRecordSettings
|
||||||
You can enable ProxyAndRecord functionality by defining the *ProxyAndRecordSettings* and by specifying an Url. See code example below.
|
You can enable ProxyAndRecord functionality by defining the *ProxyAndRecordSettings* and by specifying an Url. See code example below.
|
||||||
```c#
|
```c#
|
||||||
var server = FluentMockServer.Start(new FluentMockServerSettings
|
var server = WireMockServer.Start(new FluentMockServerSettings
|
||||||
{
|
{
|
||||||
Urls = new[] { "http://localhost:9095/" },
|
Urls = new[] { "http://localhost:9095/" },
|
||||||
StartAdminInterface = true,
|
StartAdminInterface = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user