1 implementation of AllowInitializationUI
System.ServiceModel.Primitives (1)
netstandard.cs (1)
514bool System.ServiceModel.IClientChannel.AllowInitializationUI { get { return default; } set { } }
1 write to AllowInitializationUI
System.ServiceModel.Primitives.Tests (1)
Channels\CustomChannelTest.cs (1)
673((IClientChannel)channel).AllowInitializationUI = false;