RemoteActorRef..::..LocalAddressToUse Property

Gets the local address to use.

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

Syntax


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

Field Value

The local address to use.