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)
24public override T GetProperty<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
464public override T GetProperty<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
104public override T GetProperty<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
306public override T GetProperty<T>()
3 references to GetProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
31T baseProperty = base.GetProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
471T baseProperty = base.GetProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
124return base.GetProperty<T>();