AsyncWcfLib

ActorPort.AddressList Property

To support networks without DNS server, the WcfRouter sends a list of all IP-Adresses of a host.

May be null, when no info from WcfRouter has been received yet.

[DataMember(Name="null", Order=-1, IsRequired=False, EmitDefaultValue=True)]
public List<IPAddress> AddressList { public get; internal set; }

Implements

IActorPortId.AddressList

See Also

ActorPort Class | SourceForge.AsyncWcfLib Namespace