سؤال

I am working on an Business app (SL 4) in which I have to display hostnames from IP.

After trying to use System.Net.Dns (which is impossible due to the class level protection), i'm wondering about the possibilities left to perform this conversion.

Should I create wcf service dedicated to this conversion? Would there a clever way than I'm not seeing?

Thx

هل كانت مفيدة؟

المحلول

As of my knowledge, There are no direct ways to do this. As you mentioned you can create a WCF method to achieve this.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top