Table of Contents

Class ForceHttp11Action

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll

Force the connection between fluxzy and remote to be HTTP/1.1. This value is enforced by ALPN settings on TLS.

[ActionMetadata("Force the connection between fluxzy and remote to be HTTP/1.1. This value is enforced by ALPN settings set during the SSL/Handshake handshake.")]
public class ForceHttp11Action : Action
Inheritance
ForceHttp11Action
Inherited Members

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Methods

InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)

public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)

Parameters

context ExchangeContext
exchange Exchange
connection Connection
scope FilterScope
breakPointManager BreakPointManager

Returns

ValueTask