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