Implemented interface member:
method
GetProperty<T>
System.ServiceModel.Channels.IChannelFactory.GetProperty<T>()
4 overrides of GetProperty
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
24
public override T
GetProperty
<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
464
public override T
GetProperty
<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
104
public override T
GetProperty
<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
306
public override T
GetProperty
<T>()
3 references to GetProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
31
T baseProperty = base.
GetProperty
<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
471
T baseProperty = base.
GetProperty
<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
124
return base.
GetProperty
<T>();