Base:
method
GetProperty<T>
System.ServiceModel.Channels.BindingElement.GetProperty<T>(System.ServiceModel.Channels.BindingContext)
5 overrides of GetProperty
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
365
public override T
GetProperty
<T>(BindingContext context)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
487
public override T
GetProperty
<T>(BindingContext context)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (1)
263
public override T
GetProperty
<T>(BindingContext context)
System\ServiceModel\Channels\PeerTransportBindingElement.cs (1)
278
public override T
GetProperty
<T>(BindingContext context)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
209
public override T
GetProperty
<T>(BindingContext context)
7 references to GetProperty
System.ServiceModel (6)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
378
return base.
GetProperty
<T>(context);
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
536
return base.
GetProperty
<T>(context);
System\ServiceModel\Channels\MsmqBindingElementBase.cs (1)
295
return base.
GetProperty
<T>(context);
System\ServiceModel\Channels\PeerTransportBindingElement.cs (1)
298
return base.
GetProperty
<T>(context);
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
658
scf.SecurityProtocolFactory.ExtendedProtectionPolicy = transportBindingElement.
GetProperty
<ExtendedProtectionPolicy>(context);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
446
securityChannelFactory.SecurityProtocolFactory.ExtendedProtectionPolicy = transportBindingElement.
GetProperty
<ExtendedProtectionPolicy>(context);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
216
return base.
GetProperty
<T>(context);