ClientBase<TChannel>.ChannelBase<T>.DidInteractiveInitialization Property

Definition

Gets a value indicating whether a call was done to a user interface to obtain credential information.

public:
 property bool DidInteractiveInitialization { bool get(); };
public bool DidInteractiveInitialization { get; }
member this.DidInteractiveInitialization : bool
Public ReadOnly Property DidInteractiveInitialization As Boolean

Property Value

Boolean

true if the DisplayInitializationUI() method was called (or the BeginDisplayInitializationUI(AsyncCallback, Object) and EndDisplayInitializationUI(IAsyncResult) methods; otherwise, false.

Implements

Applies to