ClientBase<TChannel>.ChannelBase<T>.IChannel.GetProperty<TProperty> Méthode

Définition

Retourne un objet typé demandé (s'il existe) à partir de la couche appropriée dans la pile de canaux.

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

Paramètres de type

TProperty

L'objet type pour lequel la méthode effectue une requête.

Retours

TProperty

Objet typé T demandé, s'il existe ; dans le cas contraire, null.

Implémente

S’applique à