Class ForceHttp2Action
Force the connection between fluxzy and remote to be HTTP/2.0. This value is enforced by ALPN settings on TLS. The exchange will break if the remote does not support HTTP/2.0. This action will be ignored when the communication is clear (H2c not supported)
[ActionMetadata("Force the connection between fluxzy and remote to be HTTP/2.0. This value is enforced when setting up ALPN settings during SSL/TLS negotiation. <br/>The exchange will break if the remote does not support HTTP/2.0. <br/>This action will be ignored when the communication is clear (h2c not supported).")]
public class ForceHttp2Action : Action
- Inheritance
-
ForceHttp2Action
- Inherited Members
Properties
ActionScope
public override FilterScope ActionScope { get; }
Property Value
DefaultDescription
public override string DefaultDescription { get; }
Property Value
Methods
InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)
public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)
Parameters
context
ExchangeContextexchange
Exchangeconnection
Connectionscope
FilterScopebreakPointManager
BreakPointManager