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.
HttpCookieContainerBindingElement::GetProperty<T> Method (BindingContext^)
.NET Framework (current version)
Returns a typed object requested, if present, from the appropriate layer in the binding stack.
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 binding context for the binding element.
Return Value
Type: TThe typed object T requested if it is present, or Nothing if it is not present.
Type Parameters
- T
The typed object for which the method is querying.
.NET Framework
Available since 4.5
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 4.5
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: