 | Tcp.OutgoingConnection Constructor |
TBD
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic OutgoingConnection(
EndPoint remoteAddress,
EndPoint localAddress
)
new :
remoteAddress : EndPoint *
localAddress : EndPoint -> OutgoingConnection
Parameters
- remoteAddress
- Type: System.Net.EndPoint
TBD - localAddress
- Type: System.Net.EndPoint
TBD
See Also