RemoteSettings..::..UsePassiveConnections Property

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

Syntax


public bool UsePassiveConnections { get; set; }
Public Property UsePassiveConnections As Boolean
	Get
	Set
public:
property bool^ UsePassiveConnections {
	bool^ get ();
	void set (bool^ value);
}