KestrelServerLimits.Http3 Property

Definition

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

Property Value

Applies to