Click or drag to resize
Akka.NETTcpOutgoingConnection Constructor
TBD

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public OutgoingConnection(
	EndPoint remoteAddress,
	EndPoint localAddress
)

Parameters

remoteAddress
Type: System.NetEndPoint
TBD
localAddress
Type: System.NetEndPoint
TBD
See Also