I am calling this method:
ServicePoint sp = ServicePointManager.FindServicePoint(mRequest.RequestUri, this.MapDataWebProxy);
for getting a service point, but when there is no internet conection available, the method just doesnt return.
Any ideas on how I can prevent this or set a timeout?