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 8fa4ce9 commit 7d75541Copy full SHA for 7d75541
RestClient.Net/Utilities/ProgressReportingHttpContent.cs
@@ -35,7 +35,8 @@ public ProgressReportingHttpContent(
35
progress: progress,
36
bufferSize: bufferSize,
37
contentType: contentType
38
- ) { }
+ )
39
+ { }
40
41
/// <summary>
42
/// Initializes a new instance of the <see cref="ProgressReportingHttpContent"/> class using a byte array as content.
@@ -55,7 +56,8 @@ public ProgressReportingHttpContent(
55
56
57
58
59
60
61
62
63
/// Initializes a new instance of the <see cref="ProgressReportingHttpContent"/> class using a stream as content.
0 commit comments