Click or drag to resize
Akka.NETFramingSimpleFramingProtocolDecoder Method
Protocol decoder that is used by SimpleFramingProtocol(Int32)

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Flow<ByteString, ByteString, NotUsed> SimpleFramingProtocolDecoder(
	int maximumMessageLength
)

Parameters

maximumMessageLength
Type: SystemInt32
TBD

Return Value

Type: FlowByteString, ByteString, NotUsed
TBD
See Also