TransportBindingElement.GetProperty<T> Method
Gets a property from the specified BindingContext.
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Type Parameters
- T
The property to get.
Parameters
- context
- Type: System.ServiceModel.Channels.BindingContext
This method receives a binding context as an input parameter, which represents the stack of binding elements. This method gets the specified object directly, delegates the inquiry to the next lower binding element in the stack, or a combination of the two. It can modify the context if it delegates the inquiry. Each binding element in the stack can repeat this process, if it has been delegated to, until the bottom of the stack is reached. The object returned is usually a collection of properties.
If the type of T is ChannelProtectionRequirements, XmlDictionaryReaderQuotas, or MessageVersion then an instance of this class is returned. If the type of T matches the type of an instance in BindingParameters, that instance is returned.
This method is implemented by binding elements as well as by the run-time objects such as IChannelFactory, IChannelListener, and IChannel.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.