Share via


ConnectionOrientedTransportBindingElement.GetProperty<T> Method

Definition

Retrieves properties from the binding stack, if present.

public override T GetProperty<T> (System.ServiceModel.Channels.BindingContext context) where T : class;
override this.GetProperty : System.ServiceModel.Channels.BindingContext -> 'T (requires 'T : null)
Public Overrides Function GetProperty(Of T As Class) (context As BindingContext) As T

Type Parameters

T

Parameters

context
BindingContext

The binding context that provides context for the binding element.

Returns

T

An object from the binding stack, if present, or null if not found.

Applies to