diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-03-08 20:17:17 +0100 |
|---|---|---|
| committer | DrPandemic <bipbip500@gmail.com> | 2019-06-17 19:35:05 -0400 |
| commit | 067200be83ff220c0aae501d138b0ab284370b60 (patch) | |
| tree | e39e46459dd997d8d37fdbc22b7d9fa027470cdb /MediaBrowser.Common/Net/HttpRequestOptions.cs | |
| parent | d5fe82314e11d3b8b2ba58e4684a7968fbe6dbca (diff) | |
Remove usage of depricated 'WebRequest'
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2
Diffstat (limited to 'MediaBrowser.Common/Net/HttpRequestOptions.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/HttpRequestOptions.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Net/HttpRequestOptions.cs b/MediaBrowser.Common/Net/HttpRequestOptions.cs index bea178517..874383fed 100644 --- a/MediaBrowser.Common/Net/HttpRequestOptions.cs +++ b/MediaBrowser.Common/Net/HttpRequestOptions.cs @@ -99,7 +99,6 @@ namespace MediaBrowser.Common.Net public bool EnableDefaultUserAgent { get; set; } public bool AppendCharsetToMimeType { get; set; } - public string DownloadFilePath { get; set; } private string GetHeaderValue(string name) { |
