Update obsolete usages

This commit is contained in:
Dean Herbert
2019-11-21 10:55:31 +09:00
parent cf0f0f8a1b
commit 19dfbb0a45
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ namespace osu.Game.Online.API
cancelled = true;
WebRequest?.Abort();
string responseString = WebRequest?.ResponseString;
string responseString = WebRequest?.GetResponseString();
if (!string.IsNullOrEmpty(responseString))
{