KestrelServerOptions.Limits 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供对请求限制选项的访问权限。
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