AssociationHandle..::..LocalAddress Property

Address of the local endpoint

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public Address LocalAddress { get; set; }
Public Property LocalAddress As Address
	Get
	Set
public:
property Address^ LocalAddress {
	Address^ get ();
	void set (Address^ value);
}