Click or drag to resize
Akka.NETTcpMessageConnect Method (EndPoint, EndPoint, IEnumerableInetSocketOption, NullableTimeSpan, Boolean)
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static TcpCommand Connect(
	EndPoint remoteAddress,
	EndPoint localAddress,
	IEnumerable<InetSocketOption> options,
	Nullable<TimeSpan> timeout,
	bool pullMode
)

Parameters

remoteAddress
Type: System.NetEndPoint
TBD
localAddress
Type: System.NetEndPoint
TBD
options
Type: System.Collections.GenericIEnumerableInetSocketOption
TBD
timeout
Type: SystemNullableTimeSpan
TBD
pullMode
Type: SystemBoolean
TDB

Return Value

Type: TcpCommand
TBD
See Also