Struct Tcp.OutgoingConnection
Represents a prospective outgoing TCP connection.
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public readonly struct Tcp.OutgoingConnection
Constructors
| Edit this page 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
| Edit this page 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 |
Edit this page