Windows apps
Collapse the table of content
Expand the table of content
Information
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 ()

 

Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
void DisplayInitializationUI()

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
Return to top
Show:
© 2017 Microsoft