Base:
method
GetProperty<T>
System.ServiceModel.Channels.TransportBindingElement.GetProperty<T>(System.ServiceModel.Channels.BindingContext)
1 override of GetProperty
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
140public override T GetProperty<T>(BindingContext context)
3 references to GetProperty
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
169this.securityCapabilities = bindingElement.GetProperty<ISecurityCapabilities>(context);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
111this.securityCapabilities = bindingElement.GetProperty<ISecurityCapabilities>(context);
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
159return base.GetProperty<T>(context);