Base:
method
GetProperty<T>
System.ServiceModel.Channels.TransportBindingElement.GetProperty<T>(System.ServiceModel.Channels.BindingContext)
1 override of GetProperty
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
97public override T GetProperty<T>(BindingContext context)
3 references to GetProperty
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
128_securityCapabilities = bindingElement.GetProperty<ISecurityCapabilities>(context); 133_httpClientCache = bindingElement.GetProperty<MruCache<string, HttpClient>>(context);
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
116return base.GetProperty<T>(context);