Class TcpExtensions
Convenience methods for using the Akka.IO.Tcp extension.
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public static class TcpExtensions
Methods
| Edit this page View SourceTcp(ActorSystem)
Returns the ActorSystem-specific Tcp(ActorSystem) instance for TCP connectivity.
Declaration
public static IActorRef Tcp(this ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | The current actor system. |
Returns
Type | Description |
---|---|
IActorRef |