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\DatagramAdapter.cs (1)
904public override T GetProperty<T>()
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
349public override T GetProperty<T>()
1 reference to GetProperty
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
356T baseProperty = base.GetProperty<T>();