DNS Refresh Timeout with Mono
问题 Although the current Mono project's ServicePointManager class has the DnsRefreshTimeout property enabled into its interface. The related property isn't implemented. Sample call: ServicePointManager.DnsRefreshTimeout = 10*60*1000; // 10 minutes When running my application I get the next exception on runtime: The requested feature is not implemented. (System.NotImplementedException) at System.Net.ServicePointManager.set_DnsRefreshTimeout (Int32 value) [0x00000] in /Developer/MonoTouch/Source