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.ServiceModelAssembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax bool AllowInitializationUI { get; set; }
Property Value
Type:
BooleanSee Also