| IncomingConnectionStage Constructor |
TBD
Namespace:
Akka.Streams.Implementation.IO
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IncomingConnectionStage(
IActorRef connection,
EndPoint remoteAddress,
bool halfClose
)
new :
connection : IActorRef *
remoteAddress : EndPoint *
halfClose : bool -> IncomingConnectionStage
Parameters
- connection
- Type: Akka.ActorIActorRef
TBD - remoteAddress
- Type: System.NetEndPoint
TBD - halfClose
- Type: SystemBoolean
TBD
See Also