RequestSizeLimit constructor

RequestSizeLimit(
  1. int maxBytes
)

Creates a new RequestSizeLimit with the specified maxBytes.

Implementation

RequestSizeLimit(this.maxBytes);