Search code examples
c#dnsservice-discoverysrv

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, priority)


Solution

  • Open source, BSD licensed library here: http://dndns.codeplex.com/