Share via


ClientBase<TChannel>.ChannelBase<T>.IChannel.GetProperty<TProperty> 메서드

정의

요청한 형식화된 개체가 있는 경우 채널 스택의 해당 계층에서 반환합니다.

generic <typename TProperty>
 where TProperty : class virtual TProperty System.ServiceModel.Channels.IChannel.GetProperty() = System::ServiceModel::Channels::IChannel::GetProperty;
TProperty IChannel.GetProperty<TProperty> () where TProperty : class;
abstract member System.ServiceModel.Channels.IChannel.GetProperty : unit -> 'Property (requires 'Property : null)
override this.System.ServiceModel.Channels.IChannel.GetProperty : unit -> 'Property (requires 'Property : null)
Function GetProperty(Of TProperty As Class) () As TProperty Implements IChannel.GetProperty

형식 매개 변수

TProperty

메서드가 쿼리하고 있는 형식 개체입니다.

반환

TProperty

요청한 형식화된 개체 T가 있으면 해당 개체이고, 그렇지 않으면 null입니다.

구현

적용 대상