RemoteSettings..::..Transports Property

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

Syntax


public TransportSettings[] Transports { get; set; }
Public Property Transports As TransportSettings()
	Get
	Set
public:
property array<TransportSettings^>^ Transports {
	array<TransportSettings^>^ get ();
	void set (array<TransportSettings^>^ value);
}