| TcpMessageConnect Method (EndPoint) |
TBD
Namespace:
Akka.IO
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static TcpCommand Connect(
EndPoint remoteAddress
)
static member Connect :
remoteAddress : EndPoint -> TcpCommand
Parameters
- remoteAddress
- Type: System.NetEndPoint
TBD
Return Value
Type:
TcpCommandTBD
See Also