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)
30
public override T
GetProperty
<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
49
public override T
GetProperty
<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
163
public override T
GetProperty
<T>()
3 references to GetProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
32
T baseProperty = base.
GetProperty
<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
56
T baseProperty = base.
GetProperty
<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
170
T baseProperty = base.
GetProperty
<T>();