Ler em inglês Editar

Compartilhar via


ConnectionOrientedTransportBindingElement.GetProperty<T> Method

Definition

Gets properties from the binding stack, if present.

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

Type Parameters

T

Type of the property.

Parameters

context
BindingContext

The binding context.

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, 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 run-time objects such as IChannelFactory, IChannelListener, and IChannel.

Applies to

Produto Versões
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided)
.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 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
UWP 10.0