2 writes to ReplyToInfo
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
136
this.
ReplyToInfo
= new RequestReplyCorrelator.ReplyToInfo(request);
141
this.
ReplyToInfo
= new RequestReplyCorrelator.ReplyToInfo();
2 references to ReplyToInfo
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
863
canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.Reply, rpc.
ReplyToInfo
);
935
EndpointAddress replyTo = rpc.
ReplyToInfo
.ReplyTo;