1 implementation of Key
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
63
public RoutingEndpointTrait
Key
15 references to Key
System.ServiceModel.Routing (15)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (7)
189
TD.RoutingServiceTransmittingMessage(messageRpc.EventTraceActivity, messageRpc.UniqueID, this.destinationIndex.ToString(TD.Culture), this.client.
Key
.ToString());
429
TD.RoutingServiceClosingClient(this.client.
Key
.ToString());
497
TD.RoutingServiceTransmitFailed(null, this.client.
Key
.ToString(), e);
568
this.channelExtension.SessionChannels.AbortChannel(this.client.
Key
);
593
TD.RoutingServiceCloseFailed(this.client.
Key
.ToString(), e);
595
this.channelExtension.SessionChannels.AbortChannel(this.client.
Key
);
609
if (client.
Key
.Equals(sendOperation.CurrentEndpoint))
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (2)
63
TD.RoutingServiceTransmittingMessage(this.messageRpc.EventTraceActivity, this.messageRpc.UniqueID, "0", this.currentClient.
Key
.ToString());
178
TD.RoutingServiceTransmitSucceeded(this.messageRpc.EventTraceActivity, this.messageRpc.UniqueID, "0", this.currentClient.
Key
.ToString());
System\ServiceModel\Routing\SessionChannels.cs (6)
37
TD.RoutingServiceChannelFaulted(client.
Key
.ToString());
39
this.AbortChannel(client.
Key
);
63
TD.RoutingServiceClosingClient(((IRoutingClient)client).
Key
.ToString());
119
RoutingUtilities.Abort((ICommunicationObject)client, client.
Key
);
137
RoutingUtilities.Abort((ICommunicationObject)client, client.
Key
);
151
this.sessions.Remove(client.
Key
);