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
-3
View File
@@ -22,8 +22,5 @@ namespace Octokit.Internal
public Uri Endpoint { get; set; }
public TimeSpan Timeout { get; set; }
public string ContentType { get; set; }
[Obsolete("This value is no longer respected due to the necessary redirect work")]
public bool AllowAutoRedirect { get; set; }
}
}