TcpRelayTransportBindingElement.GetProperty<T>(BindingContext) Method

Definition

Returns a specified object from the binding 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 object to get.

Parameters

context
BindingContext

The context.

Returns

T

A binding element that contains the specified object, or null if not found.

Applies to