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