The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ClientBase<TChannel>::DisplayInitializationUI Method ()
.NET Framework (current version)
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Call the DisplayInitializationUI method if the inner channel requires user interaction prior to constructing the channel. For example, if a user must enter a username and password to secure the channel, that custom System.ServiceModel.Dispatcher::IInteractiveChannelInitializer can be invoked by calling this method.
.NET Framework
Available since 3.0
Available since 3.0
Show: