DiscoveryClientBindingElement.GetProperty<T>(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

绑定上下文。

返回

T

指定类型的对象(如果存在);否则为 null

适用于