4 references to OneWayBindingElement
System.ServiceModel (4)
System\ServiceModel\Channels\OneWayBindingElementImporter.cs (2)
34OneWayBindingElement bindingElement = new OneWayBindingElement(); 52context.BindingElements.Add(new OneWayBindingElement());
System\ServiceModel\Configuration\OneWayElement.cs (1)
83OneWayBindingElement result = new OneWayBindingElement();
System\ServiceModel\WSDualHttpBinding.cs (1)
225this.oneWay = new OneWayBindingElement();