ClientRuntime::InteractiveChannelInitializers Property
.NET Framework (current version)
Gets a collection of an interactive channel initializer.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property SynchronizedCollection<IInteractiveChannelInitializer^>^ InteractiveChannelInitializers { SynchronizedCollection<IInteractiveChannelInitializer^>^ get(); }
Property Value
Type: System.Collections.Generic::SynchronizedCollection<IInteractiveChannelInitializer^>^A synchronized collection of type IInteractiveChannelInitializer.
For details about how to use interactive channel initializers, see Accessing Services Using a Client.
.NET Framework
Available since 3.0
Available since 3.0
Show: