Compartir a través de


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

Definición

Devuelve un objeto con tipo solicitado, si lo hay, de la capa adecuada de la pila de canales.

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

El objeto de tipo que el método está consultando.

Devoluciones

TProperty

El parámetro T del objeto con tipo solicitado si está presente o una null si no lo está.

Implementaciones

Se aplica a