2 writes to ReplyToInfo
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
114
this.
ReplyToInfo
= new RequestReplyCorrelator.ReplyToInfo(request);
119
this.
ReplyToInfo
= new RequestReplyCorrelator.ReplyToInfo();
2 references to ReplyToInfo
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
375
canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.Reply, rpc.
ReplyToInfo
);
434
EndpointAddress replyTo = rpc.
ReplyToInfo
.ReplyTo;