Implemented interface member:
method
GetProperty<T>
System.ServiceModel.Channels.IChannel.GetProperty<T>()
3 overrides of GetProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
30public override T GetProperty<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
49public override T GetProperty<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
163public override T GetProperty<T>()
3 references to GetProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
32T baseProperty = base.GetProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
56T baseProperty = base.GetProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
170T baseProperty = base.GetProperty<T>();