Struct Tcp.ServerBinding
Represents a successful TCP server binding.
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public readonly struct Tcp.ServerBinding
Constructors
| Edit this page View SourceServerBinding(EndPoint, Func<Task>)
Initializes a new instance of the Tcp.ServerBinding class.
Declaration
public ServerBinding(EndPoint localAddress, Func<Task> unbindAction)
Parameters
Type | Name | Description |
---|---|---|
EndPoint | localAddress | TBD |
Func<Task> | unbindAction | TBD |
Fields
| Edit this page View SourceLocalAddress
TBD
Declaration
public readonly EndPoint LocalAddress
Field Value
Type | Description |
---|---|
EndPoint |
Methods
| Edit this page View SourceUnbind()
TBD
Declaration
public Task Unbind()
Returns
Type | Description |
---|---|
Task | TBD |