Click or drag to resize
Akka.NETTcpExtOutgoingConnection Method (String, Int32)
Creates an TcpOutgoingConnection without specifying options. It represents a prospective TCP client connection to the given endpoint.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Flow<ByteString, ByteString, Task<TcpOutgoingConnection>> OutgoingConnection(
	string host,
	int port
)

Parameters

host
Type: SystemString
TBD
port
Type: SystemInt32
TBD

Return Value

Type: FlowByteString, ByteString, TaskTcpOutgoingConnection
TBD
See Also