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