The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ReliableSessionBindingElement::GetProperty<T> Method (BindingContext^)
.NET Framework (current version)
Gets a property of the specified type from its binding context.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: generic<typename T> where T : ref class virtual T GetProperty( BindingContext^ context ) override
Parameters
- context
-
Type:
System.ServiceModel.Channels::BindingContext^
The BindingContext that contains the information required to retrieve the channel of type T.
Return Value
Type: TThe property of type T with the specified context or null if no property of type T is found.
Type Parameters
- T
The type of property retrieved.
.NET Framework
Available since 3.0
Available since 3.0
Show: