6 references to GetIndividualProperty
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
415
ProtectionLevel supportedRequestProtectionLevel = this.
GetIndividualProperty
<ISecurityCapabilities>().SupportedRequestProtectionLevel;
416
ProtectionLevel supportedResponseProtectionLevel = this.
GetIndividualProperty
<ISecurityCapabilities>().SupportedResponseProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (1)
114
result = bindingElements[i].
GetIndividualProperty
<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
177
_readerQuotas = bindingElement.
GetIndividualProperty
<XmlDictionaryReaderQuotas>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
103
return _bootstrapSecurityBindingElement.
GetIndividualProperty
<ISecurityCapabilities>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
1352
bindingParameters.Add(ChannelProtectionRequirements.CreateFromContract(policyContext.Contract, policyContext.BindingElements.Find<SecurityBindingElement>().
GetIndividualProperty
<ISecurityCapabilities>(), false));