8 references to HeaderNamespace
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1045
if (string.Compare(code.Namespace, SecurityVersion.Default.
HeaderNamespace
.Value, StringComparison.Ordinal) == 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
30
get { return this.StandardsManager.SecurityVersion.
HeaderNamespace
.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)
39
get { return this.StandardsManager.SecurityVersion.
HeaderNamespace
.Value; }