Allowing a Clear Command Channel on the Server (AllowClearCommandChannel)

This method is available in EFT Server 5.0 and later.

Use the ICIServer interface AllowClearCommandChannel property to allow or prohibit a clear command channel on the server.

Signature:

HRESULT AllowClearCommandChannel([out, retval] VARIANT_BOOL *pVal);

HRESULT AllowClearCommandChannel([in] VARIANT_BOOL newVal);

Example:

oServer.AllowClearCommandChannel = true