/// <param name="minDelay">
/// The maximum number of bytes per second to be transferred. Use 0 or a negative
/// number to specify infinite bandwidth.
/// </param>
/// <param name="maxBytesPerSecond">
/// The maximum number of bytes per second to be transferred. Use 0 or a negative
/// number to specify infinite bandwidth.
/// </param>
Xml doc for
public static IAppBuilder MinResponseDelay()
) currently is:which seems to be a copy of one for
public static IAppBuilder MaxBandwidthPerRequest()
: