diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2019-03-27 16:34:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-27 16:34:56 +0100 |
| commit | be86ea29828a696aedbbdc21f83ea4222e68b316 (patch) | |
| tree | 3df97693f5c06e51960ce0edb6fae9e5a7da0d0d /MediaBrowser.Common | |
| parent | d0fbd260d5cc386119d96f53cdc1d164b80d02df (diff) | |
Update MediaBrowser.Common/Net/IHttpClient.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'MediaBrowser.Common')
| -rw-r--r-- | MediaBrowser.Common/Net/IHttpClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Net/IHttpClient.cs b/MediaBrowser.Common/Net/IHttpClient.cs index d332ab200..db69c6f2c 100644 --- a/MediaBrowser.Common/Net/IHttpClient.cs +++ b/MediaBrowser.Common/Net/IHttpClient.cs @@ -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> |
