. Net to obtain the computer name, IP address, the current user's method attributes are integrated

Source: Internet
Author: User

In. net, it is very easy to get a computer name, IP address and current user name. The following are some of my frequently used methods. If you have other good methods, you can reply to them:

1. Special attributes in ASP. NET:

Get server computer name: page. server. manchinename

Get user information: page. User

Obtain the client computer name: page. Request. userhostname

Obtain the Client IP Address: page. Request. userhostaddress

2. General methods in network programming:

Obtain the current computer name:StaticSystem. net. DNS. gethostname ()

Retrieve all IP addresses based on the computer name:StaticSystem. net. DNS. Resolve (computer name). Addresslist

You can also retrieve the computer name based on the IP Address:StaticSystem. net. DNS. Resolve (IP address). hostname

3. General attributes of the system environment:

Current computer name:StaticSystem. environment. machinename

Domain Name of the current computer:StaticSystem. environment. userdomainname

Current computer user:StaticSystem. environment. Username

........................................ ........................................ ......................

More highlights:. net

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.