Tagged Questions
2
votes
1answer
986 views
Using DNS SRV records with C#
Is there a built in (to the .net framework) class or function to resolve a SRV entry to the corresponding records?
IE: _dmsc._tcp.network.local to an array of information (host, port, weight, ...