3 writes to Reply
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
355
rpc.
Reply
= reply;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
70
rpc.
Reply
= rpc.FaultInfo.Fault;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
97
this.
Reply
= null;
13 references to Reply
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (13)
121
rpc.RequestContext.Reply(rpc.
Reply
, rpc.ReplyTimeoutHelper.RemainingTime());
161
rpc.AsyncResult = rpc.RequestContext.BeginReply(rpc.
Reply
, rpc.ReplyTimeoutHelper.RemainingTime(),
308
if ((context != null) && (rpc.
Reply
!= null))
331
if (!rpc.Operation.IsOneWay && (context != null) && (rpc.
Reply
!= null))
370
System.ServiceModel.Channels.RequestReplyCorrelator.PrepareReply(rpc.
Reply
, rpc.RequestID);
375
canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.
Reply
, rpc.ReplyToInfo);
379
AddMessageProperties(rpc.
Reply
, rpc.OperationContext, rpc.Channel);
382
rpc.
Reply
.Properties[EventTraceActivity.Name] = rpc.EventTraceActivity;
671
if (rpc.
Reply
!= null)
673
TraceUtility.MessageFlowAtMessageSent(rpc.
Reply
, rpc.EventTraceActivity);
760
if ((rpc.
Reply
!= null) && (rpc.
Reply
!= rpc.ReturnParameter))
764
rpc.
Reply
.Close();