Click or drag to resize
IClientChannelAllowInitializationUI Property
Gets or sets a value indicating whether System.ServiceModel.IClientChannel.DisplayInitializationUI() attempts to call the System.ServiceModel.Dispatcher.IInteractiveChannelInitializer objects in the System.ServiceModel.Dispatcher.ClientRuntime.InteractiveChannelInitializers property or throws if that collection is not empty.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
bool AllowInitializationUI { get; set; }

Property Value

Type: Boolean
See Also