Base:
method
GetProperty<T>
System.ServiceModel.Channels.ChannelFactoryBase.GetProperty<T>()
2 overrides of GetProperty
System.ServiceModel (2)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
159public override T GetProperty<T>()
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
133public override T GetProperty<T>()
3 references to GetProperty
System.ServiceModel (3)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (2)
168return InternalDuplexBindingElement.GetSecurityCapabilities<T>(base.GetProperty<ISecurityCapabilities>()); 171T baseProperty = base.GetProperty<T>();
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
144return base.GetProperty<T>();