6 writes to Reply
System.ServiceModel (6)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
863rpc.Reply = reply;
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
115rpc.Reply = rpc.FaultInfo.Fault;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
334rpc.Reply = reply; 379rpc.Reply = rpc.CorrelationCallback.FinalizeCorrelation(reply, 582rpc.Reply = rpc.CorrelationCallback.EndFinalizeCorrelation(rpc.AsyncResult);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
118this.Reply = null;
18 references to Reply
System.ServiceModel (18)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (18)
310Message originalReply = rpc.Reply; 358Message reply = rpc.Reply; 407Message reply = rpc.Reply; 477rpc.RequestContext.Reply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime()); 524rpc.AsyncResult = rpc.RequestContext.BeginReply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime(), 778if ((rpc.Reply == null) && (context != null)) 785else if ((context == null) && (rpc.Reply != null)) 794if ((context != null) && (rpc.Reply != null)) 819if (!rpc.Operation.IsOneWay && (context != null) && (rpc.Reply != null)) 858System.ServiceModel.Channels.RequestReplyCorrelator.PrepareReply(rpc.Reply, rpc.RequestID); 863canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.Reply, rpc.ReplyToInfo); 867AddMessageProperties(rpc.Reply, rpc.OperationContext, rpc.Channel); 870rpc.Reply.Properties[EventTraceActivity.Name] = rpc.EventTraceActivity; 1394if (rpc.Reply != null) 1396TraceUtility.MessageFlowAtMessageSent(rpc.Reply, rpc.EventTraceActivity); 1537if ((rpc.Reply != null) && (rpc.Reply != rpc.ReturnParameter)) 1541rpc.Reply.Close();