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

Definition

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

property bool System::ServiceModel::IClientChannel::DidInteractiveInitialization { bool get(); };
bool System.ServiceModel.IClientChannel.DidInteractiveInitialization { get; }
member this.System.ServiceModel.IClientChannel.DidInteractiveInitialization : bool
 ReadOnly Property DidInteractiveInitialization As Boolean Implements IClientChannel.DidInteractiveInitialization

Property Value

true if a call was done to a user interface to obtain credential information; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ClientBase<TChannel>.ChannelBase<T> instance is cast to an IClientChannel interface.

Applies to