Base:
method
GetProperty<T>
System.ServiceModel.Channels.ChannelFactoryBase.GetProperty<T>()
2 overrides of GetProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
172public override T GetProperty<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
210public override T GetProperty<T>()
2 references to GetProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
179T result = base.GetProperty<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
221return base.GetProperty<T>();