Class Udp.Bound
This message is sent by the listener actor in response to a Udp.Bind command. If the address to bind to specified a port number of zero, then this message can be inspected to find out which port was automatically assigned.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class Bound : Udp.Event, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceBound(EndPoint)
TBD
Declaration
public Bound(EndPoint localAddress)
Parameters
Type | Name | Description |
---|---|---|
EndPoint | localAddress | TBD |
Properties
| Improve this Doc View SourceLocalAddress
TBD
Declaration
public EndPoint LocalAddress { get; }
Property Value
Type | Description |
---|---|
EndPoint |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |