diff options
Diffstat (limited to 'MediaBrowser.Common/Net/HttpRequestOptions.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/HttpRequestOptions.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/Net/HttpRequestOptions.cs b/MediaBrowser.Common/Net/HttpRequestOptions.cs index a45acb206..98d02a9f9 100644 --- a/MediaBrowser.Common/Net/HttpRequestOptions.cs +++ b/MediaBrowser.Common/Net/HttpRequestOptions.cs @@ -33,12 +33,6 @@ namespace MediaBrowser.Common.Net public string UserAgent { get; set; } /// <summary> - /// Gets or sets the max resume count. - /// </summary> - /// <value>The max resume count.</value> - public int MaxResumeCount { get; set; } - - /// <summary> /// Gets or sets the progress. /// </summary> /// <value>The progress.</value> |
