mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 19:00:47 +00:00
don't worry about those protected setters
This commit is contained in:
@@ -18,10 +18,10 @@ namespace Octokit
|
||||
Timeout = timeout;
|
||||
}
|
||||
|
||||
public string FileName { get; protected set; }
|
||||
public string ContentType { get; protected set; }
|
||||
public Stream RawData { get; protected set; }
|
||||
public TimeSpan? Timeout { get; protected set; }
|
||||
public string FileName { get; set; }
|
||||
public string ContentType { get; set; }
|
||||
public Stream RawData { get; set; }
|
||||
public TimeSpan? Timeout { get; set; }
|
||||
|
||||
internal string DebuggerDisplay
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user