Base:
method
GetProperty<T>
System.ServiceModel.Channels.ChannelBase.GetProperty<T>()
Implemented interface member:
method
GetProperty<T>
System.ServiceModel.Channels.IChannel.GetProperty<T>()
1 override of GetProperty
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
147public override T GetProperty<T>()
1 reference to GetProperty
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
159T baseProperty = base.GetProperty<T>();