Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.ServiceModel.Channels
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: T

The 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
Return to top
Show:
© 2017 Microsoft