7 references to HeaderName
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
25get { return this.StandardsManager.SecurityVersion.HeaderName.Value; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityVersion.cs (5)
91return message.Headers.FindHeader(this.HeaderName.Value, this.HeaderNamespace.Value) >= 0; 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); 142writer.WriteStartElement(this.HeaderPrefix.Value, this.HeaderName, this.HeaderNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SendSecurityHeader.cs (1)
34get { return this.StandardsManager.SecurityVersion.HeaderName.Value; }