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