Implemented interface member:
method
GetProperty<T>
System.ServiceModel.Channels.IChannel.GetProperty<T>()
9 overrides of GetProperty
System.ServiceModel (8)
System\ServiceModel\Channels\DuplexChannel.cs (1)
53public override T GetProperty<T>()
System\ServiceModel\Channels\InputChannel.cs (1)
26public override T GetProperty<T>()
System\ServiceModel\Channels\LayeredChannel.cs (1)
32public override T GetProperty<T>()
System\ServiceModel\Channels\OutputChannel.cs (1)
47public override T GetProperty<T>()
System\ServiceModel\Channels\ReplyChannel.cs (1)
26public override T GetProperty<T>()
System\ServiceModel\Channels\RequestChannel.cs (1)
158public override T GetProperty<T>()
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
537public override T GetProperty<T>()
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1672public override T GetProperty<T>()
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
64public override T GetProperty<T>()
11 references to GetProperty
System.ServiceModel (8)
System\ServiceModel\Channels\DuplexChannel.cs (1)
60T baseProperty = base.GetProperty<T>();
System\ServiceModel\Channels\InputChannel.cs (1)
33T baseProperty = base.GetProperty<T>();
System\ServiceModel\Channels\LayeredChannel.cs (1)
34T baseProperty = base.GetProperty<T>();
System\ServiceModel\Channels\OutputChannel.cs (1)
54T baseProperty = base.GetProperty<T>();
System\ServiceModel\Channels\ReplyChannel.cs (1)
33T baseProperty = base.GetProperty<T>();
System\ServiceModel\Channels\RequestChannel.cs (1)
165T baseProperty = base.GetProperty<T>();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
554T result = base.GetProperty<T>();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1679T result = base.GetProperty<T>();
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
136return base.GetProperty<T>();
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
119return base.GetProperty<T>();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
66T baseProperty = base.GetProperty<T>();