2 writes to ReplyToInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
110
ReplyToInfo
= new RequestReplyCorrelator.ReplyToInfo(request);
115
ReplyToInfo
= new RequestReplyCorrelator.ReplyToInfo();
2 references to ReplyToInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
443
canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.Reply, rpc.
ReplyToInfo
);
502
EndpointAddress replyTo = rpc.
ReplyToInfo
.ReplyTo;