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 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
true
if the DisplayInitializationUI() method was called (or the BeginDisplayInitializationUI(AsyncCallback, Object) and EndDisplayInitializationUI(IAsyncResult) methods; otherwise, false
.
Remarks
If operations are called on an IClientChannel without calling DisplayInitializationUI and ICommunicationObject.Open, these methods are called automatically. For details, see Accessing Services Using a WCF Client and System.ServiceModel.Dispatcher.IInteractiveChannelInitializer.