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。

实现

适用于