2 writes to client
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (2)
170
this.
client
= this.service.GetOrCreateClient<TContract>(endpointTrait, messageRpc.Impersonating);
418
this.
client
= this.channelExtension.SessionChannels.ReleaseChannel();
12 references to client
System.ServiceModel.Routing (12)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (12)
189
TD.RoutingServiceTransmittingMessage(messageRpc.EventTraceActivity, messageRpc.UniqueID, this.destinationIndex.ToString(TD.Culture), this.
client
.Key.ToString());
205
result = this.
client
.BeginOperation(message, transaction, this.PrepareAsyncCompletion(clientOperationCallback), this);
287
this.
client
.EndOperation(result);
420
if (this.
client
== null)
429
TD.RoutingServiceClosingClient(this.
client
.Key.ToString());
434
result = ((ICommunicationObject)this.
client
).BeginClose(this.timeoutHelper.RemainingTime(),
490
((ICommunicationObject)this.
client
).EndClose(result);
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))