From cb9b570a2a19463c16e4644b60a2916579a7806c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 16 Dec 2013 13:44:03 -0500 Subject: live tv updates --- MediaBrowser.Common/Net/IHttpClient.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Common/Net/IHttpClient.cs') diff --git a/MediaBrowser.Common/Net/IHttpClient.cs b/MediaBrowser.Common/Net/IHttpClient.cs index 54d6665e23..a3d90cb0d8 100644 --- a/MediaBrowser.Common/Net/IHttpClient.cs +++ b/MediaBrowser.Common/Net/IHttpClient.cs @@ -64,6 +64,13 @@ namespace MediaBrowser.Common.Net /// Task{Stream}. Task Post(string url, Dictionary postData, CancellationToken cancellationToken); + /// + /// Posts the specified options. + /// + /// The options. + /// Task{HttpResponseInfo}. + Task Post(HttpRequestOptions options); + /// /// Downloads the contents of a given url into a temporary location /// -- cgit v1.2.3