ClientBase<TChannel>.ChannelBase<T>.IClientChannel.DidInteractiveInitialization Property
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.
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.