Share via


HttpRelayTransportBindingElement.GetProperty<T>(BindingContext) メソッド

定義

指定したバインド コンテキストから、指定したプロパティを取得します。

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

指定されたバインド コンテキストからのプロパティ。

適用対象