1 implementation of IBehaviorExtensionServerInterface2
System.ServiceModel.Primitives.Tests (1)
Channels\BehaviorExtensionTest.cs (1)
111public class BehaviorExtensionServer2 : IBehaviorExtensionServerInterface2
2 references to IBehaviorExtensionServerInterface2
System.ServiceModel.Primitives.Tests (2)
Channels\BehaviorExtensionTest.cs (2)
62var factory = new ChannelFactory<IBehaviorExtensionServerInterface2>(binding, address); 66IBehaviorExtensionServerInterface2 channel = factory.CreateChannel();