2 implementations of AllowInitializationUI
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1605
bool IClientChannel.
AllowInitializationUI
System\ServiceModel\ClientBase.cs (1)
1174
bool IClientChannel.
AllowInitializationUI
1 write to AllowInitializationUI
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1177
set { ((IClientChannel)this.channel).
AllowInitializationUI
= value; }
1 reference to AllowInitializationUI
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1176
get { return ((IClientChannel)this.channel).
AllowInitializationUI
; }