2 references to AddressReply
System.ServiceModel (2)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
87
return RequestReplyCorrelator.
AddressReply
(reply, info);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
863
canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.
AddressReply
(rpc.Reply, rpc.ReplyToInfo);