Skip to content

Commit 8011893

Browse files
committed
Property was intended to be read-only
1 parent bebb469 commit 8011893

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/HttpMultipartParser/StreamingMultipartFormDataParser.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ public async Task RunAsync(CancellationToken cancellationToken = default)
236236
#region Public Properties
237237

238238
/// <summary>
239-
/// Gets or sets the binary buffer size.
239+
/// Gets the binary buffer size.
240240
/// </summary>
241-
public int BinaryBufferSize { get; set; }
241+
public int BinaryBufferSize { get; private set; }
242242

243243
/// <summary>
244244
/// Gets the encoding.

0 commit comments

Comments
 (0)