1 write to binding
System.ServiceModel (1)
System\ServiceModel\ProgrammaticEndpointTrait.cs (1)
23
this.
binding
= binding;
8 references to binding
System.ServiceModel (8)
System\ServiceModel\ProgrammaticEndpointTrait.cs (8)
40
if (!object.ReferenceEquals(this.
binding
, trait1.
binding
))
58
Fx.Assert(this.
binding
!= null, "binding should not be null.");
59
hashCode ^= this.
binding
.GetHashCode();
75
Fx.Assert(this.
binding
!= null, "binding should not be null.");
77
return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.
binding
, this.remoteAddress);
83
Fx.Assert(this.
binding
!= null, "binding should not be null.");
85
return new ChannelFactory<TChannel>(this.
binding
, this.remoteAddress);