ReliableSessionBindingElement.GetProperty<T>(BindingContext) Method

Definition

Gets a property of the specified type from its binding context.

public:
generic <typename T>
 where T : class override T GetProperty(System::ServiceModel::Channels::BindingContext ^ context);
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

The type of property retrieved.

Parameters

context
BindingContext

The BindingContext that contains the information required to retrieve the channel of type T.

Returns

T

The property of type T with the specified context or null if no property of type T is found.

Applies to