8 references to HasProtectionLevel
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
136
else if (message.
HasProtectionLevel
)
163
else if (part == null && !message.
HasProtectionLevel
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
113
return this.
HasProtectionLevel
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (3)
768
if (message.
HasProtectionLevel
)
887
if (parent._request != null && parent._request.
HasProtectionLevel
)
891
if (parent._response != null && parent._response.
HasProtectionLevel
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1299
if (!messageDescription.
HasProtectionLevel
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
237
if (message.
HasProtectionLevel
)