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 형식 nullT 속성을 찾을 수 없는 경우입니다.

적용 대상