ClientBase<TChannel>.ChannelBase<T>.IChannel.GetProperty<TProperty> Method

Definition

Returns a typed object requested, if present from the appropriate layer in the channel stack.

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

Type Parameters

TProperty

The type object for which the method is querying.

Returns

TProperty

The typed object T requested if it is present or null if it is not.

Implements

Applies to