Click or drag to resize
Akka.NETAddress Properties

The Address type exposes the following members.

Properties
  NameDescription
Public propertyHasGlobalScope
Returns true if this Address is usable globally. Unlike locally defined addresses HasLocalScope addresses of global scope are safe to sent to other hosts, as they globally and uniquely identify an addressable entity.
Public propertyHasLocalScope
Returns true if this Address is only defined locally. It is not safe to send locally scoped addresses to remote hosts. See also HasGlobalScope
Public propertyHost
TBD
Public propertyPort
TBD
Public propertyProtocol
TBD
Public propertySystem
TBD
Top
See Also