massaging and fighting with fxcop

This commit is contained in:
Brendan Forster
2015-05-22 16:46:24 +09:30
parent 14fe8bcbcd
commit 7f95f55d47
2 changed files with 30 additions and 13 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
using System.Threading;
using System;
using System.Threading;
using System.Threading.Tasks;
namespace Octokit.Internal
@@ -9,7 +10,7 @@ namespace Octokit.Internal
/// <remarks>
/// Most folks won't ever need to swap this out. But if you're trying to run this on Windows Phone, you might.
/// </remarks>
public interface IHttpClient
public interface IHttpClient : IDisposable
{
/// <summary>
/// Sends the specified request and returns a response.