开发者

Modifying routing table using .NET (C#)

开发者 https://www.devze.com 2023-04-02 23:11 出处:网络
Is there any way to modify routing tables using the .NET framework? Or do I have to use P/Invoke with Windows API? In that case, which APIs would be most helpful? Can someone point me in the right dir

Is there any way to modify routing tables using the .NET framework? Or do I have to use P/Invoke with Windows API? In that case, which APIs would be most helpful? Can someone point me in the right direction here?

If you have a code example in C# I'd be most grateful!开发者_JAVA技巧


You can do it with P/Invoke. The best example I can find on this is here.

0

精彩评论

暂无评论...
验证码 换一张
取 消