12 references to CurrentEndpoint
System.ServiceModel.Routing (12)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (6)
169RoutingEndpointTrait endpointTrait = sendOperation.CurrentEndpoint; 292TD.RoutingServiceTransmitSucceeded(messageRpc.EventTraceActivity, messageRpc.UniqueID, this.destinationIndex.ToString(TD.Culture), currentDest.CurrentEndpoint.ToString()); 531sessionChannels.AbortChannel(sendOperation.CurrentEndpoint); 552TD.RoutingServiceMovedToBackup(messageRpc.EventTraceActivity, messageRpc.UniqueID, this.destinationIndex.ToString(TD.Culture), sendOperation.CurrentEndpoint.ToString()); 609if (client.Key.Equals(sendOperation.CurrentEndpoint)) 617TD.RoutingServiceMovedToBackup(messageRpc.EventTraceActivity, messageRpc.UniqueID, this.destinationIndex.ToString(TD.Culture), sendOperation.CurrentEndpoint.ToString());
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (5)
59this.currentClient = this.service.GetOrCreateClient<TContract>(sendOperation.CurrentEndpoint, this.messageRpc.Impersonating); 209if (TD.RoutingServiceTransmitFailedIsEnabled()) { TD.RoutingServiceTransmitFailed(this.messageRpc.EventTraceActivity, sendOperation.CurrentEndpoint.ToString(), exception); } 236sessionChannels.AbortChannel(sendOperation.CurrentEndpoint); 262sessionChannels.AbortChannel(sendOperation.CurrentEndpoint); 272TD.RoutingServiceMovedToBackup(this.messageRpc.EventTraceActivity, messageRpc.UniqueID, "0", sendOperation.CurrentEndpoint.ToString());
System\ServiceModel\Routing\SendOperation.cs (1)
89this.exceptions[this.CurrentEndpoint.Endpoint.Name] = exception;