Y
Hacker News
new
|
ask
|
show
|
jobs
by
pjtr
2460 days ago
Are there options for machine local IPC over pipes in .NET Core?
1 comments
avinium
2460 days ago
Fairly limited, but anonymous pipes might fit your use case:
https://docs.microsoft.com/en-us/dotnet/standard/io/how-to-u...
link
https://docs.microsoft.com/en-us/dotnet/standard/io/how-to-u...