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 ccb4801 commit 022071eCopy full SHA for 022071e
Minio/DataModel/Response/GenericResponse.cs
@@ -20,12 +20,12 @@ namespace Minio.DataModel.Response;
20
21
public class GenericResponse
22
{
23
- internal GenericResponse(HttpStatusCode statusCode, string responseContent)
+ public GenericResponse(HttpStatusCode statusCode, string responseContent)
24
25
ResponseContent = responseContent;
26
ResponseStatusCode = statusCode;
27
}
28
29
- internal string ResponseContent { get; }
30
- internal HttpStatusCode ResponseStatusCode { get; }
31
-}
+ public string ResponseContent { get; }
+ public HttpStatusCode ResponseStatusCode { get; }
+}
0 commit comments