aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-21 12:02:30 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-21 12:02:30 -0400
commit4331700747440cfa2c2df0cea1abcace9ed60019 (patch)
tree59b30193c93c4f1f271f74105798190d8148e71a /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
parent3b4be92038bb517385696d6f12f08c23a79eda44 (diff)
support sending upnp events
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
index 96c207b7b..69533ef9d 100644
--- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
+++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
@@ -215,7 +215,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
/// <returns>Task{HttpResponseInfo}.</returns>
/// <exception cref="HttpException">
/// </exception>
- private async Task<HttpResponseInfo> SendAsync(HttpRequestOptions options, string httpMethod)
+ public async Task<HttpResponseInfo> SendAsync(HttpRequestOptions options, string httpMethod)
{
ValidateParams(options);