KestrelServerLimits.Http2 Property

Definition

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

Property Value

Applies to