C-DEngine 5.105

TheServiceHostInfo..::..AllowDistributedResourceFetch Property

If true, each scoped node in a mesh can provide resources for any other node without the need for a browser to have a valid scoped session. This is a (relative uncritical) security downgrade: normally a browser session has to be authenticated against a scope first. But since resources are considered "static" or "outside NMI Scope" they would need their own user management anyway.

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

Syntax


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