i am looking for class that can show me all the Network properties of machine:
Ip’s,
Default Gateway,
Mac Address,
Default Gateway,
Adapter Speed,
etc..
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can get this information using the NetworkInformation class.
Getting Information about IP addresses is demonstrated here: IPInterfaceProperties
To get Link speed, you can need to use Windows Management Interfaces (WMI). As a starting point for your research, you’ll want to run this WMI query:
Then convert it to MB/s with: