| TcpServerBinding Constructor |
TBD
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ServerBinding(
EndPoint localAddress,
Func<Task> unbindAction
)
new :
localAddress : EndPoint *
unbindAction : Func<Task> -> ServerBinding
Parameters
- localAddress
- Type: System.NetEndPoint
TBD - unbindAction
- Type: SystemFuncTask
TBD
See Also