18 references to GetInnerProperty
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingBindingElement.cs (1)
61return context.GetInnerProperty<T>();
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
112return context.GetInnerProperty<T>();
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
81return context.GetInnerProperty<T>();
System.ServiceModel.Primitives (13)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
158ITransportCompressionSupport compressionSupport = context.GetInnerProperty<ITransportCompressionSupport>();
System\ServiceModel\Channels\Binding.cs (1)
214return context.GetInnerProperty<T>();
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
147return context.GetInnerProperty<T>();
System\ServiceModel\Channels\MessageEncodingBindingElement.cs (1)
63return context.GetInnerProperty<T>();
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
201myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements()); 206return (T)(object)new BindingDeliveryCapabilitiesHelper(this, context.GetInnerProperty<IBindingDeliveryCapabilities>()); 210return context.GetInnerProperty<T>();
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
337ReaderQuotas = context.GetInnerProperty<XmlDictionaryReaderQuotas>(); 439return context.GetInnerProperty<T>(); 448ISecurityCapabilities lowerSecurityCapability = context.GetInnerProperty<ISecurityCapabilities>();
System\ServiceModel\Channels\TransportBindingElement.cs (1)
104myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements());
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
127_bootstrapSecurityBindingElement.ReaderQuotas = IssuerBindingContext.GetInnerProperty<XmlDictionaryReaderQuotas>();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
333_bootstrapSecurityBindingElement.ReaderQuotas = context.GetInnerProperty<XmlDictionaryReaderQuotas>();
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
47return context.GetInnerProperty<T>();
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentityBindingElement.cs (1)
64return context.GetInnerProperty<T>();