RemoteSettings..::..TransportNames Property

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

Syntax


public IList<string> TransportNames { get; set; }
Public Property TransportNames As IList(Of String)
	Get
	Set
public:
property IList<String^>^ TransportNames {
	IList<String^>^ get ();
	void set (IList<String^>^ value);
}