Click or drag to resize
Akka.NETIncomingConnectionStage Constructor
TBD

Namespace:  Akka.Streams.Implementation.IO
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IncomingConnectionStage(
	IActorRef connection,
	EndPoint remoteAddress,
	bool halfClose
)

Parameters

connection
Type: Akka.ActorIActorRef
TBD
remoteAddress
Type: System.NetEndPoint
TBD
halfClose
Type: SystemBoolean
TBD
See Also