Aracılığıyla paylaş


ClientBase<TChannel>.ChannelBase<T>.IChannel.GetProperty<TProperty> Yöntem

Tanım

Kanal yığınındaki uygun katmandan varsa, istenen türüne sahip bir nesne döndürür.

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

Tür Parametreleri

TProperty

Yönteminin sorguladığı tür nesnesi.

Döndürülenler

TProperty

T türündeki nesne varsa istenen nesne veya yoksa null.

Uygulamalar

Şunlara uygulanır