ClientBase<TChannel>.DisplayInitializationUI Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
public:
void DisplayInitializationUI();
public void DisplayInitializationUI ();
member this.DisplayInitializationUI : unit -> unit
Public Sub DisplayInitializationUI ()
Remarks
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.