4 references to HasProtectionLevel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
369if (fault.HasProtectionLevel)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\FaultDescription.cs (1)
84return this.HasProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
611if (fault.HasProtectionLevel)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
352ProtectionLevel p = fault.HasProtectionLevel ? fault.ProtectionLevel : defaultProtectionLevel;