ipv6 update

This commit is contained in:
Luke Pulverenti
2016-03-25 01:39:49 -04:00
parent 1a72e3b596
commit 22730746eb
3 changed files with 23 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ namespace MediaBrowser.Common.Net
public TimeSpan CacheLength { get; set; }
public int TimeoutMs { get; set; }
public bool PreferIpv4 { get; set; }
private string GetHeaderValue(string name)
{