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。

実装

適用対象