mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
Make Response.Body readonly
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Octokit.Internal
|
||||
ContentType = contentType;
|
||||
}
|
||||
|
||||
public object Body { get; set; }
|
||||
public object Body { get; private set; }
|
||||
public IReadOnlyDictionary<string, string> Headers { get; private set; }
|
||||
public ApiInfo ApiInfo { get; private set; }
|
||||
public HttpStatusCode StatusCode { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user