KestrelServerOptions.Limits Property

Definition

Provides access to request limit options.

public:
 property Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerLimits ^ Limits { Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerLimits ^ get(); };
public Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerLimits Limits { get; }
member this.Limits : Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerLimits
Public ReadOnly Property Limits As KestrelServerLimits

Property Value

Applies to