1 write to endpoint
System.ServiceModel (1)
System\ServiceModel\ServiceEndpointTrait.cs (1)
20
this.
endpoint
= endpoint;
8 references to endpoint
System.ServiceModel (8)
System\ServiceModel\ServiceEndpointTrait.cs (8)
32
if (!object.ReferenceEquals(this.
endpoint
, trait1.
endpoint
))
47
Fx.Assert(this.
endpoint
!= null, "endpoint should not be null.");
48
hashCode ^= this.
endpoint
.GetHashCode();
63
Fx.Assert(this.
endpoint
!= null, "endpoint should not be null.");
64
return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.
endpoint
);
69
Fx.Assert(this.
endpoint
!= null, "endpoint should not be null.");
70
return new ChannelFactory<TChannel>(this.
endpoint
);