47 references to GetInnerProperty
System.ServiceModel (45)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
434myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements());
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
174ITransportCompressionSupport compressionSupport = context.GetInnerProperty<ITransportCompressionSupport>();
System\ServiceModel\Channels\Binding.cs (1)
283return context.GetInnerProperty<T>();
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3685return context.GetInnerProperty<T>();
System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (3)
140ISecurityCapabilities lowerCapabilities = context.GetInnerProperty<ISecurityCapabilities>(); 157myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements()); 162return context.GetInnerProperty<T>();
System\ServiceModel\Channels\ContextBindingElement.cs (3)
211ChannelProtectionRequirements innerRequirements = context.GetInnerProperty<ChannelProtectionRequirements>(); 237ICorrelationDataSource innerCorrelationData = context.GetInnerProperty<ICorrelationDataSource>(); 245return context.GetInnerProperty<T>();
System\ServiceModel\Channels\HttpCookieContainerBindingElement.cs (1)
63return context.GetInnerProperty<T>();
System\ServiceModel\Channels\InternalDuplexBindingElement.cs (2)
137return InternalDuplexBindingElement.GetSecurityCapabilities<T>(context.GetInnerProperty<ISecurityCapabilities>()); 141return context.GetInnerProperty<T>();
System\ServiceModel\Channels\MessageEncodingBindingElement.cs (1)
98return context.GetInnerProperty<T>();
System\ServiceModel\Channels\OneWayBindingElement.cs (2)
262ChannelProtectionRequirements innerRequirements = context.GetInnerProperty<ChannelProtectionRequirements>(); 271return context.GetInnerProperty<T>();
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (1)
61return context.GetInnerProperty<T>();
System\ServiceModel\Channels\PnrpPeerResolverBindingElement.cs (1)
92return context.GetInnerProperty<T>();
System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (1)
73return context.GetInnerProperty<T>();
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
228myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements()); 233return (T)(object)new BindingDeliveryCapabilitiesHelper(this, context.GetInnerProperty<IBindingDeliveryCapabilities>()); 237return context.GetInnerProperty<T>();
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
408return context.GetInnerProperty<T>();
System\ServiceModel\Channels\SecurityBindingElement.cs (5)
635this.readerQuotas = context.GetInnerProperty<XmlDictionaryReaderQuotas>(); 724this.readerQuotas = context.GetInnerProperty<XmlDictionaryReaderQuotas>(); 891return context.GetInnerProperty<T>(); 900ISecurityCapabilities lowerSecurityCapability = context.GetInnerProperty<ISecurityCapabilities>(); 1919ChannelProtectionRequirements s = context.GetInnerProperty<ChannelProtectionRequirements>();
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
155return context.GetInnerProperty<T>();
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
392myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements());
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (3)
310myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements()); 315return (T)(object)context.GetInnerProperty<ChannelProtectionRequirements>(); 320return context.GetInnerProperty<T>();
System\ServiceModel\Channels\TransportBindingElement.cs (1)
114myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements());
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
283myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements());
System\ServiceModel\Channels\UnrecognizedAssertionsBindingElement.cs (1)
106return context.GetInnerProperty<T>();
System\ServiceModel\Channels\UseManagedPresentationBindingElement.cs (1)
27return context.GetInnerProperty<T>();
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
128return context.GetInnerProperty<T>();
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
701ISecurityCapabilities transportCapabilities = context.GetInnerProperty<ISecurityCapabilities>();
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (2)
126this.bootstrapSecurityBindingElement.ReaderQuotas = context.GetInnerProperty<XmlDictionaryReaderQuotas>(); 352return context.GetInnerProperty<T>();
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
173this.bootstrapSecurityBindingElement.ReaderQuotas = this.IssuerBindingContext.GetInnerProperty<XmlDictionaryReaderQuotas>();
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
1089this.bootstrapSecurityBindingElement.ReaderQuotas = this.IssuerBindingContext.GetInnerProperty<XmlDictionaryReaderQuotas>(); 1281return context.GetInnerProperty<T>();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
372this.bootstrapSecurityBindingElement.ReaderQuotas = context.GetInnerProperty<XmlDictionaryReaderQuotas>();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientBindingElement.cs (1)
162return context.GetInnerProperty<T>();
System.ServiceModel.Routing (1)
System\ServiceModel\Channels\SynchronousSendBindingElement.cs (1)
28return context.GetInnerProperty<T>();