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

Definice

Vrátí požadovaný typ objektu, pokud je k dispozici z příslušné vrstvy v zásobníku kanálu.

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

Parametry typu

TProperty

Typ objektu, pro který metoda dotazuje.

Návraty

TProperty

Zadaný objekt T se požaduje, pokud je k dispozici nebo je null, pokud není.

Implementuje

Platí pro