Base:
method
GetProperty<T>
System.ServiceModel.Channels.ChannelBase.GetProperty<T>()
Implemented interface member:
method
GetProperty<T>
System.ServiceModel.Channels.IChannel.GetProperty<T>()
2 overrides of GetProperty
System.ServiceModel (2)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
78public override T GetProperty<T>()
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
223public override T GetProperty<T>()
2 references to GetProperty
System.ServiceModel (2)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
96return base.GetProperty<T>();
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
230T baseProperty = base.GetProperty<T>();