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

Definicja

Zwraca żądany obiekt typu, jeśli występuje z odpowiedniej warstwy w stosie kanału.

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

Parametry typu

TProperty

Obiekt typu, dla którego jest wysyłana kwerenda metody.

Zwraca

TProperty

Typowany obiekt T zażądał, jeśli jest obecny lub ma wartość null, jeśli nie jest.

Implementuje

Dotyczy