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)
78
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
223
public override T
GetProperty
<T>()
2 references to GetProperty
System.ServiceModel (2)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
96
return base.
GetProperty
<T>();
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
230
T baseProperty = base.
GetProperty
<T>();