c# - Get DNS TXT record -


i want lookup txt record in c# - in particular want unity3d (so mono 2.1 think, opposed full fledged .net). don't require other fancy dns stuff, , it's app i'd prefer not bloated, i'm preferably looking doesn't require huge library.

how can this?

there nothing built in in full .net framework txt or other dns record except actual dns resolution.

dns class 1 deals dns , provides mapping of ip name , reverse.

you need find library or construct request directly. consider checking out existing samples dns resolver article on codeproject starting point.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -