1 implementation of IBehaviorExtensionServerInterface
System.ServiceModel.Primitives.Tests (1)
Channels\BehaviorExtensionTest.cs (1)
105public class BehaviorExtensionServer : IBehaviorExtensionServerInterface
2 references to IBehaviorExtensionServerInterface
System.ServiceModel.Primitives.Tests (2)
Channels\BehaviorExtensionTest.cs (2)
29var factory = new ChannelFactory<IBehaviorExtensionServerInterface>(binding, address); 33IBehaviorExtensionServerInterface channel = factory.CreateChannel();