Class TcpExt
Akka.IO TCP extension - provides an actor-based API for TCP socket communication.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class TcpExt : IOExtension, IExtension
Constructors
| Edit this page View SourceTcpExt(ExtendedActorSystem)
Declaration
public TcpExt(ExtendedActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ExtendedActorSystem | system |
Properties
| Edit this page View SourceManager
Gets reference to a TCP manager actor.
Declaration
public override IActorRef Manager { get; }
Property Value
| Type | Description |
|---|---|
| IActorRef |
Overrides
| Edit this page View SourceSettings
The settings used by this extension.
Declaration
public TcpSettings Settings { get; }
Property Value
| Type | Description |
|---|---|
| TcpSettings |
Edit this page