File tree Expand file tree Collapse file tree
Source/HttpMultipartParser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,12 +246,12 @@ public async Task RunAsync(CancellationToken cancellationToken = default)
246246 public Encoding Encoding { get ; private set ; }
247247
248248 /// <summary>
249- /// Gets or sets the FileHandler. Delegates attached to this property will recieve sequential file stream data from this parser.
249+ /// Gets or sets the FileHandler. Delegates attached to this property will receive sequential file stream data from this parser.
250250 /// </summary>
251251 public FileStreamDelegate FileHandler { get ; set ; }
252252
253253 /// <summary>
254- /// Gets or sets the ParameterHandler. Delegates attached to this property will recieve parameter data.
254+ /// Gets or sets the ParameterHandler. Delegates attached to this property will receive parameter data.
255255 /// </summary>
256256 public ParameterDelegate ParameterHandler { get ; set ; }
257257
@@ -262,7 +262,7 @@ public async Task RunAsync(CancellationToken cancellationToken = default)
262262
263263 #endregion
264264
265- #region Methods
265+ #region Private Methods
266266
267267 /// <summary>
268268 /// Detects the boundary from the input stream. Assumes that the
You can’t perform that action at this time.
0 commit comments