1 write to binding
System.ServiceModel (1)
System\ServiceModel\Channels\BindingContext.cs (1)
62
this.
binding
= binding;
4 references to binding
System.ServiceModel (4)
System\ServiceModel\Channels\BindingContext.cs (4)
73
get { return this.
binding
; }
144
return new BindingContext(this.
binding
, this.remainingBindingElements, this.bindingParameters,
154
SR.NoChannelBuilderAvailable, this.
binding
.Name, this.
binding
.Namespace)));