Update MediaBrowser.Common/Net/IHttpClient.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Claus Vium 2019-03-27 16:34:56 +01:00 committed by DrPandemic
parent 0a5550b13d
commit 7eb94e9674

View file

@ -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>