|
|
|
|
|
by marcelnita
1630 days ago
|
|
If you want to do IPC between two console apps like this one, then yes, something along those lines. However, if you're thinking about exposing an endpoint over HTTP(S) then you can create directly a Web API project - which runs in a Web Host (as opposed to a generic host) and provides the entire infrastructure for request processing. |
|