C-DEngine 5.105

TheServiceHostInfo..::..AllowMessagesInConnect Property

If set to true, the CDEngine is will process device messages in the initial CDE_CONNECT message. Note that, while secure, this will bypass the additional security measures provided by the CDEngine sessions like protection against replay attacks.

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

Syntax


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