Condividi tramite


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

Definizione

Restituisce un oggetto tipizzato richiesto, se presente, dal livello appropriato nello stack dei canali.

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

Parametri di tipo

TProperty

Oggetto del tipo per il quale il metodo sta eseguendo una query.

Restituisce

TProperty

Se presente, oggetto tipizzato T richiesto oppure null in caso contrario.

Implementazioni

Si applica a