mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 08:13:53 +01:00
Updated WireMock as a standalone process (markdown)
@@ -15,8 +15,7 @@ class Program
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
The following commandline arguments can be defined:
|
||||
**The following commandline arguments can be defined:**
|
||||
|
||||
| command | value type | default | details |
|
||||
| - | - | - | - |
|
||||
@@ -31,8 +30,7 @@ The following commandline arguments can be defined:
|
||||
| `--RequestLogExpirationDuration` | integer | | [wiki-requestlogexpirationduration](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#requestlogexpirationduration) |
|
||||
| `--WireMockConsoleLogger` | string | [WireMockNullLogger](https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/Logging/WireMockNullLogger.cs) | You can also define the value `WireMockConsoleLogger`. In this case the [WireMockConsoleLogger](https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/Logging/WireMockConsoleLogger.cs) is used. |
|
||||
| `--ProxyURL` | string | | [wiki-proxyandrecordsettings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings) |
|
||||
| `--SaveMapping` | boolean | false | [wiki-proxyandrecordsettings](https://github.com/WireMock-Net/WireMock.Net
|
||||
/wiki/Settings#proxyandrecordsettings) |
|
||||
| `--SaveMapping` | boolean | false | [wiki-proxyandrecordsettings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings) |
|
||||
| `--SaveMappingToFile` | boolean | false | [wiki-proxyandrecordsettings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings) |
|
||||
| `--ClientX509Certificate2ThumbprintOrSubjectName` | string| | [wiki-proxyandrecordsettings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings) |
|
||||
| `--BlackListedHeaders` | boolean | false | [wiki-proxyandrecordsettings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings) |
|
||||
|
||||
Reference in New Issue
Block a user