RelayedOnewayTransportBindingElement.GetProperty<T> メソッド

定義

要求された型のオブジェクトが存在する場合は、バインド スタック内の適切なレイヤーから返します。

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 を返します。

適用対象