Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种方法可以像使用 FileSystemWatcher 观察文件的变化一样观察 ip 地址的变化?我正在通过 tcp/ip 连接到一台机器,但它需要一段时间才能给我一个 IP 地址。我想调暗连接按钮,直到我有一个有效的 IP 地址。
检查NetworkChange类。当网络地址更改时,它会引发一个事件。