7 references to HeaderName
System.ServiceModel (7)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
381get { return this.StandardsManager.SecurityVersion.HeaderName.Value; }
System\ServiceModel\Security\SecurityVersion.cs (5)
100return message.Headers.FindHeader(this.HeaderName.Value, this.HeaderNamespace.Value) >= 0; 105return message.Headers.FindHeader(this.HeaderName.Value, this.HeaderNamespace.Value, actors); 127int headerIndex = message.Headers.FindHeader(this.HeaderName.Value, this.HeaderNamespace.Value, actor); 130headerIndex = message.Headers.FindHeader(this.HeaderName.Value, this.HeaderNamespace.Value, message.Version.Envelope.UltimateDestinationActorValues); 152writer.WriteStartElement(this.HeaderPrefix.Value, this.HeaderName, this.HeaderNamespace);
System\ServiceModel\Security\SendSecurityHeader.cs (1)
157get { return this.StandardsManager.SecurityVersion.HeaderName.Value; }