Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ClientBase<TChannel>.DisplayInitializationUI Method
Definition
- Namespace:
- System.ServiceModel
- Assembly:
- System.ServiceModel.dll
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.
Applies to
See also
Feedback
Was this page helpful?
