| TcpOutgoingConnection Constructor |
TBD
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public OutgoingConnection(
EndPoint remoteAddress,
EndPoint localAddress
)
new :
remoteAddress : EndPoint *
localAddress : EndPoint -> OutgoingConnection
Parameters
- remoteAddress
- Type: System.NetEndPoint
TBD - localAddress
- Type: System.NetEndPoint
TBD
See Also