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