Click or drag to resize
Akka.NETRemoteTransportLocalAddressForRemote Method
Resolves the correct local address to be used for contacting the given remote address

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract Address LocalAddressForRemote(
	Address remote
)

Parameters

remote
Type: Akka.ActorAddress
The remote address

Return Value

Type: Address
the local address to be used for the given remote address
See Also