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)
172
public override T
GetProperty
<T>()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
210
public override T
GetProperty
<T>()
2 references to GetProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
179
T result = base.
GetProperty
<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
221
return base.
GetProperty
<T>();