OneWayBindingElement.GetProperty<T>(BindingContext) Method

Definition

Gets properties from the binding stack, if present.

C#
public override T GetProperty<T>(System.ServiceModel.Channels.BindingContext context) where T : class;

Type Parameters

T

Type of the property.

Parameters

context
BindingContext

The BindingContext that provides context for the binding element.

Returns

T

A T object from the binding stack, if present.

Remarks

This method receives a binding context as an input parameter, which represents the stack of binding elements.

Each binding element in the stack can handle the inquiry itself or delegate the inquiry, or a combination of the two. Each binding element can modify the context if it delegates the inquiry. However, a transport binding element handles the inquiry itself.

This method is implemented by binding elements as well as by the runtime objects, such as IChannelFactory, IChannelListener, and IChannel.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1