KestrelServerLimits.Http3 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Limits only applicable to HTTP/3 connections.
public:
property Microsoft::AspNetCore::Server::Kestrel::Core::Http3Limits ^ Http3 { Microsoft::AspNetCore::Server::Kestrel::Core::Http3Limits ^ get(); };
public Microsoft.AspNetCore.Server.Kestrel.Core.Http3Limits Http3 { get; }
member this.Http3 : Microsoft.AspNetCore.Server.Kestrel.Core.Http3Limits
Public ReadOnly Property Http3 As Http3Limits