1 write to NextDestinationActorValue
System.ServiceModel.Primitives (1)
System\ServiceModel\EnvelopeVersion.cs (1)
36NextDestinationActorValue = nextDestinationActorValue;
3 references to NextDestinationActorValue
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\MessageHeader.cs (2)
372else if (actor == EnvelopeVersion.Soap12.NextDestinationActorValue) 377else if (actor == EnvelopeVersion.Soap11.NextDestinationActorValue)
System\ServiceModel\EnvelopeVersion.cs (1)
119return actor.Length == 0 || actor == UltimateDestinationActor || actor == NextDestinationActorValue;