KestrelServerLimits.Http2 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/2 connections.
public:
property Microsoft::AspNetCore::Server::Kestrel::Core::Http2Limits ^ Http2 { Microsoft::AspNetCore::Server::Kestrel::Core::Http2Limits ^ get(); };
public Microsoft.AspNetCore.Server.Kestrel.Core.Http2Limits Http2 { get; }
member this.Http2 : Microsoft.AspNetCore.Server.Kestrel.Core.Http2Limits
Public ReadOnly Property Http2 As Http2Limits