4 writes to binding
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelBuilder.cs (4)
25
this.
binding
= new CustomBinding(context.Binding, context.RemainingBindingElements);
31
this.
binding
= new CustomBinding(binding);
41
this.
binding
= new CustomBinding(channelBuilder.Binding);
52
set { this.
binding
= value; }
7 references to binding
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelBuilder.cs (7)
35
this.AddDemuxerBindingElement(this.
binding
.Elements);
43
if (this.
binding
.Elements.Find<ChannelDemuxerBindingElement>() == null)
51
get { return this.
binding
; }
87
return this.
binding
.BuildChannelFactory<TChannel>(this.bindingParameters);
102
return this.
binding
.BuildChannelListener<TChannel>(this.listenUri, this.bindingParameters);
117
return this.
binding
.CanBuildChannelFactory<TChannel>(this.bindingParameters);
122
return this.
binding
.CanBuildChannelListener<TChannel>(this.bindingParameters);