5 references to NextDestinationActorValue
System.ServiceModel (4)
System\ServiceModel\Channels\MessageHeader.cs (2)
330else if (actor == EnvelopeVersion.Soap12.NextDestinationActorValue) 335else if (actor == EnvelopeVersion.Soap11.NextDestinationActorValue)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (2)
1093static string S11Next = EnvelopeVersion.Soap11.NextDestinationActorValue; 1094static string S12Next = EnvelopeVersion.Soap12.NextDestinationActorValue;
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
327return (header.Actor != null && string.Equals(header.Actor, messageVersion.Envelope.NextDestinationActorValue));