1 write to Endpoint
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingEndpointTrait.cs (1)
18this.Endpoint = endpoint;
12 references to Endpoint
System.ServiceModel.Routing (12)
System\ServiceModel\Routing\ClientFactory.cs (5)
52: base(endpointTrait.Endpoint.Binding, endpointTrait.Endpoint.Address) 58: base(new InstanceContext(callbackInstance), endpointTrait.Endpoint.Binding, endpointTrait.Endpoint.Address) 115ServiceEndpoint clientEndpoint = endpointTrait.Endpoint;
System\ServiceModel\Routing\RoutingEndpointTrait.cs (6)
47if (!object.ReferenceEquals(this.Endpoint, other.Endpoint)) 65num ^= this.Endpoint.GetHashCode(); 76return this.Endpoint.Name + ";" + this.Endpoint.Binding.Name + ";" + this.Endpoint.Address.Uri.ToString();
System\ServiceModel\Routing\SendOperation.cs (1)
89this.exceptions[this.CurrentEndpoint.Endpoint.Name] = exception;