1 write to currentClient
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
59
this.
currentClient
= this.service.GetOrCreateClient<TContract>(sendOperation.CurrentEndpoint, this.messageRpc.Impersonating);
4 references to currentClient
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (4)
63
TD.RoutingServiceTransmittingMessage(this.messageRpc.EventTraceActivity, this.messageRpc.UniqueID, "0", this.
currentClient
.Key.ToString());
98
result = this.
currentClient
.BeginOperation(message, messageRpc.Transaction, this.PrepareAsyncCompletion(operationCallback), this);
174
Message responseMsg = this.
currentClient
.EndOperation(result);
178
TD.RoutingServiceTransmitSucceeded(this.messageRpc.EventTraceActivity, this.messageRpc.UniqueID, "0", this.
currentClient
.Key.ToString());