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