diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-16 12:41:49 -0400 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-16 12:41:49 -0400 |
| commit | bae89ee8243fea06ba1e17c1f1ed6da890e9f08c (patch) | |
| tree | 22a01644778de380f4e279c628fcef28f4edadbc /MediaBrowser.Common/Net/HttpRequestOptions.cs | |
| parent | 110ee005178ca3ad04616bc2c7c0445582d56684 (diff) | |
fix duplicate connections on the dashboard
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> |
