Click or drag to resize
Akka.NETTcpIncomingConnection Constructor
TBD

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IncomingConnection(
	EndPoint localAddress,
	EndPoint remoteAddress,
	Flow<ByteString, ByteString, NotUsed> flow
)

Parameters

localAddress
Type: System.NetEndPoint
TBD
remoteAddress
Type: System.NetEndPoint
TBD
flow
Type: Akka.Streams.DslFlowByteString, ByteString, NotUsed
TBD
See Also