Struct Tcp.OutgoingConnection
Represents a prospective outgoing TCP connection.
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public readonly struct OutgoingConnection
Constructors
| Improve this Doc View SourceOutgoingConnection(EndPoint, EndPoint)
Initializes a new instance of the Tcp.OutgoingConnection class.
Declaration
public OutgoingConnection(EndPoint remoteAddress, EndPoint localAddress)
Parameters
Type | Name | Description |
---|---|---|
EndPoint | remoteAddress | TBD |
EndPoint | localAddress | TBD |
Fields
| Improve this Doc View SourceLocalAddress
TBD
Declaration
public readonly EndPoint LocalAddress
Field Value
Type | Description |
---|---|
EndPoint |
RemoteAddress
TBD
Declaration
public readonly EndPoint RemoteAddress
Field Value
Type | Description |
---|---|
EndPoint |