mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 17:28:55 +02:00
Updated Settings (markdown)
@@ -16,12 +16,11 @@ Defines if the static mappings should be read at startup.
|
|||||||
### WatchStaticMappings
|
### WatchStaticMappings
|
||||||
Watch the static mapping files + folder for changes when running.
|
Watch the static mapping files + folder for changes when running.
|
||||||
|
|
||||||
### ProxyAndRecordSettings
|
|
||||||
You can enable ProxyAndRecord functionality by defining the *ProxyAndRecordSettings* and by specifying an Url. See code example below.
|
|
||||||
|
|
||||||
### AllowCSharpCodeMatcher
|
### AllowCSharpCodeMatcher
|
||||||
Allow the usage of CSharpCodeMatcher, default is not allowed because it can be dangerous to execute all C# code.
|
Allow the usage of CSharpCodeMatcher, default is not allowed because it can be dangerous to execute all C# code.
|
||||||
|
|
||||||
|
### ProxyAndRecordSettings
|
||||||
|
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 = FluentMockServer.Start(new FluentMockServerSettings
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user