09 2023 档案

FindFirstNonLoopbackAddress
摘要:public class InetUtils { public static IPAddress FindFirstNonLoopbackAddress() { IPAddress iPAddress = null; try { int num = int.MaxValue; NetworkInte 阅读全文

posted @ 2023-09-15 15:57 jonney_wang 阅读(115) 评论(0) 推荐(0)

导航