K
kenwood
IPHostEntry ipEntry = Dns.GetHostByName(Dns.GetHostName());
IPAddress[] addr = ipEntry.AddressList;
I have 3 network adapters,so the addr has 3 ip address.
how can webserver konw which ip is visited by client?
IPAddress[] addr = ipEntry.AddressList;
I have 3 network adapters,so the addr has 3 ip address.
how can webserver konw which ip is visited by client?