Base:
method
GetProperty<T>
System.ServiceModel.Channels.TransportBindingElement.GetProperty<T>(System.ServiceModel.Channels.BindingContext)
2 references to GetProperty
System.ServiceModel (2)
System\ServiceModel\Channels\PeerChannelFactory.cs (1)
52this.securityCapabilities = bindingElement.GetProperty<ISecurityCapabilities>(context);
System\ServiceModel\Channels\PeerChannelListener.cs (1)
49this.securityCapabilities = bindingElement.GetProperty<ISecurityCapabilities>(context);