Click or drag to resize

ShellFolderConfigurationThrowOnDuplicateEndPoint Property

Gets or sets a value indicating whether to report errors on duplicate RPC endpoints for ShellBoost proxy communication.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool ThrowOnDuplicateEndPoint { get; set; }

Property Value

Type: Boolean
true if errors should be reported on duplicate RPC endpoints for ShellBoost proxy communication; otherwise, false.
See Also