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