Skip to content

Commit

Permalink
Updated one more WebClient reference to use the UTF8 friendly helper …
Browse files Browse the repository at this point in the history
…method
  • Loading branch information
TheRightChoyce committed Sep 14, 2011
1 parent d616d0b commit 6ae3459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiffBotAPI/DiffBotAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected string DownloadUrlAsString( string url )
{
try
{
return new WebClient( ).DownloadString( url );
return GetWebClient().DownloadString( url );
}
catch
{
Expand Down

0 comments on commit 6ae3459

Please sign in to comment.