1 write to oneWay
System.ServiceModel (1)
System\ServiceModel\WSDualHttpBinding.cs (1)
225
this.
oneWay
= new OneWayBindingElement();
2 references to oneWay
System.ServiceModel (2)
System\ServiceModel\WSDualHttpBinding.cs (2)
302
if (!this.
oneWay
.IsMatch(oneWay))
356
bindingElements.Add(
oneWay
);