1 write to binding
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
41
this.
binding
= binding;
2 references to binding
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (2)
46
get { return this.
binding
.Scheme; }
53
this.elements = this.
binding
.CreateBindingElements();