Resharper cleanup

This commit is contained in:
JustArchi
2017-04-05 16:59:48 +02:00
parent 2199172244
commit 7c8d7b5ada
33 changed files with 332 additions and 223 deletions

View File

@@ -305,7 +305,11 @@ namespace ArchiSteamFarm {
}
#if !__MonoCS__
private static void InitNonMonoBehaviour() => ServicePointManager.ReusePort = true;
private static void InitNonMonoBehaviour() {
ServicePointManager.ReusePort = true;
}
#endif
private async Task<byte[]> UrlGetToBytes(string request, string referer = null) {