mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-07-13 16:42:46 +02:00
Updated WireMock as a standalone process (markdown)
@@ -1,7 +1,8 @@
|
|||||||
## WireMock as a standalone process
|
## WireMock as a standalone process
|
||||||
This is quite straight forward to launch a mock server within a console application.
|
This is quite straight forward to launch a mock server within a console application.
|
||||||
|
|
||||||
### Option 1 : using the WireMock.Net.StandAlone library (https://www.nuget.org/packages/WireMock.Net.StandAlone/)
|
### Option 1 : using the WireMock.Net.StandAlone library.
|
||||||
|
(https://www.nuget.org/packages/WireMock.Net.StandAlone/)
|
||||||
```c#
|
```c#
|
||||||
class Program
|
class Program
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user