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