无法从传输连接读取数据(Bing 地图 Api)

Unable to read data from the transport connection (Bing Maps Api)

我正在执行批量反向地理编码,有时我会在工作完成后收到以下错误。

Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

是哪一方导致了这个错误,如何解决?

谢谢!

我和开发团队谈过,他们说了以下内容:

For batch geocoding, this is mostly due to the network connectivity was interrupted or closed on the client side when the customer is trying to upload the files. The upload can take time so it is better to have the client side to use the HttpWebRequest instead of the WebRequest to have the KeepAlive set to true to keep the connection open.