Click or drag to resize
Akka.NETBidiFlowTIn1, TOut1, TIn2, TOut2, TMatReversed Method
Turn this BidiFlow around by 180 degrees, logically flipping it upside down in a protocol stack.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public BidiFlow<TIn2, TOut2, TIn1, TOut1, TMat> Reversed()

Return Value

Type: BidiFlowTIn2, TOut2, TIn1, TOut1, TMat
TBD
See Also