Base:
method
GetProperty<T>
System.ServiceModel.Channels.TransportBindingElement.GetProperty<T>(System.ServiceModel.Channels.BindingContext)
2 overrides of GetProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
51
public override T
GetProperty
<T>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
72
public override T
GetProperty
<T>(BindingContext context)
2 references to GetProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
67
return base.
GetProperty
<T>(context);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
89
return base.
GetProperty
<T>(context);