4 references to StandardsManager
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
25get { return this.StandardsManager.SecurityVersion.HeaderName.Value; } 30get { return this.StandardsManager.SecurityVersion.HeaderNamespace.Value; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SendSecurityHeader.cs (2)
34get { return this.StandardsManager.SecurityVersion.HeaderName.Value; } 39get { return this.StandardsManager.SecurityVersion.HeaderNamespace.Value; }