4 writes to Reply
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
313
rpc.
Reply
= reply;
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
76
rpc.
Reply
= rpc.FaultInfo.Fault;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
158
rpc.
Reply
= reply;
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
93
Reply
= null;
14 references to Reply
System.ServiceModel.Primitives (14)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (14)
144
Message originalReply = rpc.
Reply
;
187
rpc.RequestContext.Reply(rpc.
Reply
, rpc.ReplyTimeoutHelper.RemainingTime());
227
rpc.AsyncResult = rpc.RequestContext.BeginReply(rpc.
Reply
, rpc.ReplyTimeoutHelper.RemainingTime(),
374
if ((context != null) && (rpc.
Reply
!= null))
399
if (!rpc.Operation.IsOneWay && (context != null) && (rpc.
Reply
!= null))
438
System.ServiceModel.Channels.RequestReplyCorrelator.PrepareReply(rpc.
Reply
, rpc.RequestID);
443
canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.
Reply
, rpc.ReplyToInfo);
447
AddMessageProperties(rpc.
Reply
, rpc.OperationContext, rpc.Channel);
450
rpc.
Reply
.Properties[EventTraceActivity.Name] = rpc.EventTraceActivity;
739
if (rpc.
Reply
!= null)
741
TraceUtility.MessageFlowAtMessageSent(rpc.
Reply
, rpc.EventTraceActivity);
828
if ((rpc.
Reply
!= null) && (rpc.
Reply
!= rpc.ReturnParameter))
832
rpc.
Reply
.Close();