Using C#/C++, is it possible to limit network traffic?

前端 未结 3 1251
天命终不由人
天命终不由人 2020-12-10 18:02

I\'m developing a parental monitoring/tracking application that has a feature to lock down all internet activity. While disabling the network adapter would seem like a simp

3条回答
  •  忘掉有多难
    2020-12-10 18:39

    You may be able to utilize the WinINET API to achieve this; WinINET defines the basic internet settings for most/many Windows applications and can be used to define proxy information. With this in mind you might be able to create a proxy which rejects all requests except for you messages.

提交回复
热议问题