1 write to service
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
31
this.
service
= service;
6 references to service
System.ServiceModel.Routing (6)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (6)
42
this.messageRpc.RouteToSingleEndpoint<TContract>(this.
service
.RoutingConfig);
59
this.currentClient = this.
service
.GetOrCreateClient<TContract>(sendOperation.CurrentEndpoint, this.messageRpc.Impersonating);
140
FxTrace.Trace.SetAndTraceTransfer(thisPtr.
service
.ChannelExtension.ActivityID, true);
218
!this.
service
.ChannelExtension.HasSession)
233
SessionChannels sessionChannels = this.
service
.GetSessionChannels(this.messageRpc.Impersonating);
258
SessionChannels sessionChannels = this.
service
.GetSessionChannels(this.messageRpc.Impersonating);