C-DEngine 5.105

TheServiceHostInfo..::..MyAltStationURLs Property

A list of alternative URLs that this node might have and allows connection to. Any URL not specified in MyStationURL and MyAltStationURLs will not allow inbound communication

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


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