mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 12:42:32 +00:00
removed obsolete member AllowAutoRedirect
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user