mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
e57259b302
@ -64,6 +64,14 @@ namespace MediaBrowser.Common.Net
|
|||||||
/// <returns>Task{Stream}.</returns>
|
/// <returns>Task{Stream}.</returns>
|
||||||
Task<Stream> Post(string url, Dictionary<string, string> postData, CancellationToken cancellationToken);
|
Task<Stream> Post(string url, Dictionary<string, string> postData, CancellationToken cancellationToken);
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Posts the specified options with post data
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="options">The options</param>
|
||||||
|
/// <param name="postData">The post data</param>
|
||||||
|
/// <returns>Task{Stream}</returns>
|
||||||
|
Task<Stream> Post(HttpRequestOptions options, Dictionary<string, string> postData);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Posts the specified options.
|
/// Posts the specified options.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user