5 references to UltimateDestinationActorValues
System.ServiceModel (5)
System\ServiceModel\Channels\MessageHeaders.cs (1)
603return FindNonAddressingHeader(name, ns, version.Envelope.UltimateDestinationActorValues);
System\ServiceModel\Channels\TransactionChannel.cs (1)
107return IssuedTokensHeader.ExtractIssuances(message, this.factory.StandardsManager, message.Version.Envelope.UltimateDestinationActorValues, null);
System\ServiceModel\Security\SecuritySessionFilter.cs (2)
88if (!this.standardsManager.TryGetSecurityContextIds(message, message.Version.Envelope.UltimateDestinationActorValues, this.isStrictMode, contextIds)) 300return this.standardsManager.TryGetSecurityContextIds(message, message.Version.Envelope.UltimateDestinationActorValues,
System\ServiceModel\Security\SecurityVersion.cs (1)
130headerIndex = message.Headers.FindHeader(this.HeaderName.Value, this.HeaderNamespace.Value, message.Version.Envelope.UltimateDestinationActorValues);