ReliableSessionBindingElement.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

BindingContext,其中包含擷取 T 型別通道時的必要資訊。

傳回

T

含有指定 T 之型別 context 的屬性,如果找不到型別 null 的屬性,則為 T

適用於