3 implementations of DidInteractiveInitialization
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1410bool IClientChannel.DidInteractiveInitialization
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
630bool IClientChannel.DidInteractiveInitialization
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
588bool IClientChannel.DidInteractiveInitialization
2 references to DidInteractiveInitialization
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
632get { return ((IClientChannel)_serviceChannel).DidInteractiveInitialization; }
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
590get { return ((IClientChannel)_channel).DidInteractiveInitialization; }