C-DEngine 5.105

TheServiceHostInfoMini..::..UseFixedConnectionUrl Property

If set to true, the connection URL for an initial connection is always the same. Set this flag to true, if your firewall needs to ensure the first connection is going to am approved URL

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

Syntax


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