C-DEngine 5.105

TheServiceHostInfo..::..AllowLocalHost Property

If Set to true, the C-DEngine will accept "http://localhost" as an additional inbound URL

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

Syntax


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