4 references to FindHeader
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
841int index = FindHeader(name, ns, actors);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityVersion.cs (3)
96return message.Headers.FindHeader(this.HeaderName.Value, this.HeaderNamespace.Value, actors); 117int headerIndex = message.Headers.FindHeader(this.HeaderName.Value, this.HeaderNamespace.Value, actor); 120headerIndex = message.Headers.FindHeader(this.HeaderName.Value, this.HeaderNamespace.Value, message.Version.Envelope.UltimateDestinationActorValues);