1 implementation of IInteractiveChannelInitializer
UnitTests.Common (1)
MockInteractiveChannelInitializer.cs (1)
11
public class MockInteractiveChannelInitializer :
IInteractiveChannelInitializer
2 references to IInteractiveChannelInitializer
System.ServiceModel (1)
netstandard.cs (1)
145
[assembly: TypeForwardedTo(typeof(
IInteractiveChannelInitializer
))]
System.ServiceModel.Primitives (1)
netstandard.cs (1)
2170
public System.Collections.Generic.SynchronizedCollection<
IInteractiveChannelInitializer
> InteractiveChannelInitializers { get { return default; } }