SharpGIS.GZipWebClient icon indicating copy to clipboard operation
SharpGIS.GZipWebClient copied to clipboard

HTTP 404 interpreted as "An exception occurred during a WebClient request"

Open luiscantero opened this issue 11 years ago • 0 comments

When using GZipWebClient to access a URI that leads to a 404, this: wc.OpenReadCompleted += (s, e) =>

... results in s.Error: "An exception occurred during a WebClient request. "

In contrast, when using WebClient, s.Error contains this: "The remote server returned an error: NotFound."

luiscantero avatar Jun 09 '13 19:06 luiscantero