ShellFolderConfigurationThrowOnDuplicateEndPoint Property |
Gets or sets a value indicating whether to report errors on duplicate RPC endpoints for CBFS Shell proxy communication.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public virtual bool ThrowOnDuplicateEndPoint { get; set; }
Property Value
Type:
Booleantrue if errors should be reported on duplicate RPC endpoints for CBFS Shell native proxy communication; otherwise,
false.
See Also