ClientBase<TChannel>.ChannelBase<T>.IChannel.GetProperty<TProperty> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.