ListenAttempt..::..BoundAddress Property

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

Syntax


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