I am wondering if there is a way to get, delete, enter new route into IP routing table. Does .net framework have this implemented?
Currently I have this done with Process.Start and "route" command, but I guess this is not the most efficient way.
Asked
Active
Viewed 959 times
2
Jan
- 21
- 3
-
Does this answer your question? [Get all registered routes in ASP.NET Core](https://stackoverflow.com/questions/41908957/get-all-registered-routes-in-asp-net-core) – T.S. Jun 30 '22 at 21:03