Tagged Questions
0
votes
1answer
80 views
How retrieve DNS SRV informations in a WindowPhone7 Application?
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 ?
0
votes
0answers
398 views
Using a SRV DNS entry to connect to SQL Server in .NET
We have a cluster SQL Server and we use a SRV DNS entry to locate the service (i.e sql.mycompany.com).
MyCompany.com_tcp_http Service Location (SRV) [0][0][1433]sql.Mycompany.com
Now, how I can use ...