Tagged Questions
3
votes
1answer
652 views
How to get fqdn of ip addresses in c#?
On a machine there might be several IP addresses available. How can I find out all the belonging full qualified domain names (fqdn)?
Update:
I tried the following:
IPHostEntry he = ...
1
vote
2answers
823 views
Get unqualified host name in .NET
Is there a .NET equivalent to the winsock function GetNameInfoW() with the NI_NOFQDN flag set? As the MSDN docs for GetNameInfoW explain:
Setting the NI_NOFQDN flag results in local hosts having ...