Skip to content

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481

Overloads

  • 1. public void ResetLimit()
  • 2. public abstract void ResetLimit(long? maxBytesToRead)

1. Overload

public void ResetLimit()

View source

Summary: Resets the total limit of bytes to read, clearing any previously set limit. This is usually called when the app resumes from suspend, to indicate that we should fetch another set of data.

2. Overload

public abstract void ResetLimit(long? maxBytesToRead)

Summary: Resets the total limit of bytes to read. This is usually called when the app resumes from suspend, to indicate that we should fetch another set of data.

Parameters

NameTypeDescription
maxBytesToReadlong?The maximum number of bytes to read.