Hello,

Finally have time to look into this and am needing some help from anyone who
also works with networking in a Monotouch IOS App.

Prior to IOS6, I could use the async or non-async
System.Net.Dns.GetHostEntry() method to acquire IP information for the
hostname of:
hostName = System.Net.Dns.GetHostName() + ".local" // the .local is needed
when running on a device

However, now all .local or non-.local host names, sent to GetHostEntry
(async versions or non-async) produce a "no such host is known" exception.

Has anyone found a solution to this?  Seems that there might be some
problems with dns.cs in the monotouch sdk.

Rob



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/IOS6-errors-with-GetHostEntry-tp4657647.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to