ClientBase<TChannel>.ChannelBase<T>.IChannel.GetProperty<TProperty> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从通道堆栈的适当层返回所请求的类型化对象(如果存在)。
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。