Class Tcp.Connected
The connection actor sends this message either to the sender of a Tcp.Connect
command (for outbound) or to the handler for incoming connections designated
in the Tcp.Bind message. The connection is characterized by the remoteAddress
and localAddress
TCP endpoints.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class Connected : Tcp.Event, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceConnected(EndPoint, EndPoint)
TBD
Declaration
public Connected(EndPoint remoteAddress, EndPoint localAddress)
Parameters
Type | Name | Description |
---|---|---|
EndPoint | remoteAddress | TBD |
EndPoint | localAddress | TBD |
Properties
| Improve this Doc View SourceLocalAddress
TBD
Declaration
public EndPoint LocalAddress { get; }
Property Value
Type | Description |
---|---|
EndPoint |
RemoteAddress
TBD
Declaration
public EndPoint RemoteAddress { get; }
Property Value
Type | Description |
---|---|
EndPoint |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |