21 references to GetInnerProperty
dotnet-svcutil-lib (21)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
170ITransportCompressionSupport compressionSupport = context.GetInnerProperty<ITransportCompressionSupport>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
209return context.GetInnerProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (3)
96ISecurityCapabilities lowerCapabilities = context.GetInnerProperty<ISecurityCapabilities>(); 113myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements()); 118return context.GetInnerProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElement.cs (1)
62return context.GetInnerProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs (2)
143ChannelProtectionRequirements innerRequirements = context.GetInnerProperty<ChannelProtectionRequirements>(); 152return context.GetInnerProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (1)
72return context.GetInnerProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (3)
477return context.GetInnerProperty<T>(); 486ISecurityCapabilities lowerSecurityCapability = context.GetInnerProperty<ISecurityCapabilities>(); 1500ChannelProtectionRequirements s = context.GetInnerProperty<ChannelProtectionRequirements>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
129return context.GetInnerProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
172myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (3)
230myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements()); 235return (T)(object)context.GetInnerProperty<ChannelProtectionRequirements>(); 240return context.GetInnerProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (1)
103myRequirements.Add(context.GetInnerProperty<ChannelProtectionRequirements>() ?? new ChannelProtectionRequirements());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UnrecognizedAssertionsBindingElement.cs (1)
106return context.GetInnerProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UseManagedPresentationBindingElement.cs (1)
27return context.GetInnerProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
93return context.GetInnerProperty<T>();