removed obsolete member AllowAutoRedirect

This commit is contained in:
Brendan Forster
2015-12-08 11:25:35 +10:30
parent 92db29e26f
commit 01eb558a9e
3 changed files with 0 additions and 7 deletions

View File

@@ -19,7 +19,6 @@ public class HttpClientAdapterTests
{
BaseAddress = new Uri("https://github.global.ssl.fastly.net/", UriKind.Absolute),
Endpoint = new Uri("/images/icons/emoji/poop.png?v=5", UriKind.RelativeOrAbsolute),
AllowAutoRedirect = true,
Method = HttpMethod.Get
};
@@ -41,7 +40,6 @@ public class HttpClientAdapterTests
{
BaseAddress = new Uri("https://github.global.ssl.fastly.net/", UriKind.Absolute),
Endpoint = new Uri("/images/icons/emoji/poop.png?v=5", UriKind.RelativeOrAbsolute),
AllowAutoRedirect = true,
Method = HttpMethod.Get,
Timeout = TimeSpan.FromMilliseconds(10)
};