I am looking for a way to query dns to get srv informations.
Nothing seems to exist in standard in .NET.
Is there any simple method to perform this action or should I create it myself ?
|
I am looking for a way to query dns to get srv informations. Nothing seems to exist in standard in .NET. Is there any simple method to perform this action or should I create it myself ?
| ||||
|
feedback
|
|
You'll have to create this yourself. I'm recommend creating a web service which can do this for you and then calling the webservice from your phone app. Edit: The only alternative would be to call some other website which can do the resolution for you. But I'd assume that if you can't call a webservice this is out of the question too. In that case you won't be able to do this with the current SDK. | ||||
feedback
|