added GetTempFileResponse

This commit is contained in:
Luke Pulverenti
2013-07-20 17:36:59 -04:00
parent cf057c5b27
commit 7e5bdc837a
8 changed files with 43 additions and 15 deletions

View File

@@ -72,5 +72,7 @@ namespace MediaBrowser.Common.Net
/// <exception cref="System.ArgumentNullException">progress</exception>
/// <exception cref="MediaBrowser.Model.Net.HttpException"></exception>
Task<string> GetTempFile(HttpRequestOptions options);
Task<HttpResponseInfo> GetTempFileResponse(HttpRequestOptions options);
}
}