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

Definição

Retorna um objeto tipado solicitado, se presente, da camada apropriada na pilha de canais.

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

Parâmetros de tipo

TProperty

O objeto type para o qual o método está consultando.

Retornos

TProperty

O objeto tipado T solicitado, se estiver presente ou nulo, se não estiver.

Implementações

Aplica-se a