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