Dns.Resolve timeout...?

Dns.Resolve blocks while it is waiting for DNS to resolve. I'm in a wireless networked environment, and this is causing me problems.

Is there a way that I can either set a timeout for Dns.Resolve, or call it async and terminate the call if it doesn't complete within x time frame

Thanks!




Answer this question

Dns.Resolve timeout...?

  • SunilN

    BeginResolve, wait, then EndResolve

  • VSFW3

    Is there a way to check with the data is available So I know how long to wait for


    Thanks!



  • Dns.Resolve timeout...?