3 references to To
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
3537
acksTo = new EndpointAddress(info.CreateSequenceInfo.
To
, match.Identity, match.Headers);
3542
info.FaultReply = CreateEndpointNotFoundFault(listener.MessageVersion, SR.GetString(SR.EndpointNotFound, info.CreateSequenceInfo.
To
));
3549
acksTo = new EndpointAddress(info.CreateSequenceInfo.
To
);