Local IP number?
C#
5
Posts
3
Posters
0
Views
1
Watching
-
Anyone know how to get a machine's local IP number, other than by parsing the output from IPCONFIG?
Please refer the following article on CP: How To Get IP Address Of A Machine[^] Hope this helps.
-
Anyone know how to get a machine's local IP number, other than by parsing the output from IPCONFIG?
Dns.Resolve(Enviroment.Machinename);
You can enumerate thru the ip addresses there :p top secret
Download xacc-ide 0.0.3 now!
See some screenshots -
Please refer the following article on CP: How To Get IP Address Of A Machine[^] Hope this helps.
-
Jay... Thank you! That's exactly what I needed. BTW, I really did search CP before posting, but I guess I missed that article.
u r welcome.