Base:
method
GetProperty<T>
System.ServiceModel.Channels.BindingElement.GetProperty<T>(System.ServiceModel.Channels.BindingContext)
3 overrides of GetProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
176
public override T
GetProperty
<T>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
400
public override T
GetProperty
<T>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
160
public override T
GetProperty
<T>(BindingContext context)
3 references to GetProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
189
return base.
GetProperty
<T>(context);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
442
return base.
GetProperty
<T>(context);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
167
return base.
GetProperty
<T>(context);