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