ClientBase<TChannel>.ChannelBase<T>.IChannel.GetProperty<TProperty> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a typed object requested, if present from the appropriate layer in the channel stack.
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
Type Parameters
- TProperty
The type object for which the method is querying.
Returns
TProperty
The typed object T requested if it is present or null if it is not.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.