We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26aa776 commit 516c96aCopy full SHA for 516c96a
nanoFramework.System.Net.Http/Http/HttpResponseMessage.cs
@@ -88,7 +88,7 @@ public HttpRequestMessage RequestMessage
88
/// Gets or sets the status code of the HTTP response.
89
/// </summary>
90
/// <value>The status code of the HTTP response.</value>
91
- public HttpStatusCode StatusCode { get; }
+ public HttpStatusCode StatusCode => _statusCode;
92
93
/// <summary>
94
/// Gets or sets the HTTP message version.
0 commit comments