diff options
Diffstat (limited to 'MediaBrowser.Common/Net/HttpRequestOptions.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/HttpRequestOptions.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Net/HttpRequestOptions.cs b/MediaBrowser.Common/Net/HttpRequestOptions.cs index 77cb8b3df..f257b1975 100644 --- a/MediaBrowser.Common/Net/HttpRequestOptions.cs +++ b/MediaBrowser.Common/Net/HttpRequestOptions.cs @@ -43,5 +43,11 @@ namespace MediaBrowser.Common.Net /// </summary> /// <value>The progress.</value> public IProgress<double> Progress { get; set; } + + /// <summary> + /// Gets or sets a value indicating whether [enable response caching]. + /// </summary> + /// <value><c>true</c> if [enable response caching]; otherwise, <c>false</c>.</value> + public bool EnableResponseCache { get; set; } } } |
