Update MediaBrowser.Common/Net/IHttpClient.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/1473/head
Claus Vium 6 years ago committed by DrPandemic
parent 0a5550b13d
commit 7eb94e9674

@ -24,7 +24,7 @@ namespace MediaBrowser.Common.Net
Task<Stream> Get(HttpRequestOptions options);
/// <summary>
/// Warning: Depricated function,
/// Warning: Deprecated function,
/// use 'Task<HttpResponseInfo> SendAsync(HttpRequestOptions options, HttpMethod httpMethod);' instead
/// Sends the asynchronous.
/// </summary>

Loading…
Cancel
Save