PeerTransportBindingElement.GetProperty<T>(BindingContext) 方法

定义

从指定的 BindingContext 对象返回一个属性。

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

类型参数

T

要从绑定上下文获取的特定属性。

参数

context
BindingContext

指定绑定上下文的 BindingContext

返回

T

取自指定 BindingContext 的属性。

注解

下列属性可以从 PeerTransportBindingElement 中检索:

适用于