ClientBase<TChannel>.DisplayInitializationUI Method

Definition

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.

Applies to

See also